Update of /cvsroot/monetdb/MonetDB4/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4749/src/tools
Modified Files:
Tag: MonetDB_4-20
Mserver.mx
Log Message:
when GDK_vm_minsize is set, we reset GDK_vm_minsize (else we leave the 1/8 off
memory size)
Index: Mserver.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/tools/Mserver.mx,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- Mserver.mx 7 Sep 2007 21:11:04 -0000 1.12
+++ Mserver.mx 27 Oct 2007 16:55:03 -0000 1.12.2.1
@@ -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