[GRASS-dev] Re: grass-dev Digest, Vol 40, Issue 17

Laura Toma ltoma at bowdoin.edu
Fri Aug 7 17:09:45 EDT 2009


Good idea,  and this should cause no problem for the rest.

-Laura


> Message: 6
> Date: Fri, 7 Aug 2009 16:09:42 -0400
> From: Andrew Danner <adanner at cs.swarthmore.edu>
> Subject: Re: [GRASS-dev] r.terraflow broken
> To: GRASS developers list <grass-dev at lists.osgeo.org>
> Message-ID:
> 	<1f298bfc0908071309m668324d5yd9d2a64264339f08 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Can we just initialize the MM_manager to ignore memory limits until  
> we have
> a chance
> to set and enforce a limit? The change below allowed me to at least  
> compile
> and run the help
>
> --- lib/iostream/mm.cc    (revision 38633)
> +++ lib/iostream/mm.cc    (working copy)
> @@ -458,7 +458,7 @@
> MM_register MM_manager;
> int MM_register::instances = 0; // Number of instances. (init)
> // TPIE's "register memory requests" flag
> -MM_mode MM_register::register_new = MM_ABORT_ON_MEMORY_EXCEEDED;
> +MM_mode MM_register::register_new = MM_IGNORE_MEMORY_EXCEEDED;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/grass-dev/attachments/20090807/89cb1db4/attachment.html


More information about the grass-dev mailing list