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

Modified Files:
      Tag: MonetDB_5-2
        mserver5.mx 
Log Message:
when GDK_vm_minsize is set, we reset GDK_vm_minsize (else we leave the 1/8 off
memory size)


Index: mserver5.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mserver5.mx,v
retrieving revision 1.29.2.3
retrieving revision 1.29.2.4
diff -u -d -r1.29.2.3 -r1.29.2.4
--- mserver5.mx 14 Oct 2007 12:25:40 -0000      1.29.2.3
+++ mserver5.mx 27 Oct 2007 16:56:28 -0000      1.29.2.4
@@ -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