Update of /cvsroot/monetdb/MonetDB5/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22590/src/tools

Modified Files:
        mserver5.mx 
Log Message:
propagated changes of Thursday Oct 25 2007 - Monday Oct 29 2007
from the MonetDB_5-2 branch to the development trunk


Index: mserver5.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mserver5.mx,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- mserver5.mx 15 Oct 2007 15:26:11 -0000      1.30
+++ mserver5.mx 29 Oct 2007 20:10:11 -0000      1.31
@@ -279,6 +279,9 @@
                /* sanity check to avoid memory fragmentation */
                GDK_mem_bigsize = (size_t) MIN(max_mem_bigsize, strtol(p, NULL, 
10));
        }
+       if ((p = GDKgetenv("gdk_vm_minsize"))) 
+               GDK_vm_minsize = (size_t)strtol(p, NULL, 10);
+
        if (GDKgetenv_isyes("gdk_embedded") || GDKgetenv_isyes("embedded")) {
                GDKembedded = 1;
        }


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to