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

Modified Files:
        Mserver.mx 
Log Message:
propagated changes of Wednesday Oct 24 2007 - Monday Oct 29 2007
from the MonetDB_4-20 branch to the development trunk


Index: Mserver.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/tools/Mserver.mx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Mserver.mx  7 Sep 2007 21:11:04 -0000       1.12
+++ Mserver.mx  29 Oct 2007 20:08:32 -0000      1.13
@@ -215,6 +215,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;
                monet_daemon = 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