<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Good idea, &nbsp;and this should cause no problem for the rest.&nbsp;</div><div><br></div><div>-Laura&nbsp;</div><div><br></div><div><br></div><div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Message: 6<br>Date: Fri, 7 Aug 2009 16:09:42 -0400<br>From: Andrew Danner &lt;<a href="mailto:adanner@cs.swarthmore.edu">adanner@cs.swarthmore.edu</a>&gt;<br>Subject: Re: [GRASS-dev] r.terraflow broken<br>To: GRASS developers list &lt;<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a>&gt;<br>Message-ID:<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>&lt;<a href="mailto:1f298bfc0908071309m668324d5yd9d2a64264339f08@mail.gmail.com">1f298bfc0908071309m668324d5yd9d2a64264339f08@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset="iso-8859-1"<br><br>Can we just initialize the MM_manager to ignore memory limits until we have<br>a chance<br>to set and enforce a limit? The change below allowed me to at least compile<br>and run the help<br><br>--- lib/iostream/mm.cc &nbsp;&nbsp;&nbsp;(revision 38633)<br>+++ lib/iostream/mm.cc &nbsp;&nbsp;&nbsp;(working copy)<br>@@ -458,7 +458,7 @@<br>MM_register MM_manager;<br>int MM_register::instances = 0; // Number of instances. (init)<br>// TPIE's "register memory requests" flag<br>-MM_mode MM_register::register_new = MM_ABORT_ON_MEMORY_EXCEEDED;<br>+MM_mode MM_register::register_new = MM_IGNORE_MEMORY_EXCEEDED;<br></span></blockquote></div><br></body></html>