Update of /cvsroot/monetdb/MonetDB/src/common
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21737/src/common
Modified Files:
monet_options.mx
Log Message:
propagated changes of Thursday Oct 25 2007 - Monday Oct 29 2007
from the MonetDB_1-20 branch to the development trunk
Index: monet_options.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/common/monet_options.mx,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- monet_options.mx 8 Oct 2007 09:24:36 -0000 1.19
+++ monet_options.mx 29 Oct 2007 20:09:08 -0000 1.20
@@ -365,7 +365,7 @@
if (Set == NULL)
return 0;
-#define N_OPTIONS 29 /*MUST MATCH # OPTIONS BELOW */
+#define N_OPTIONS 28 /*MUST MATCH # OPTIONS BELOW */
set = malloc(sizeof(opt) * N_OPTIONS);
if (set == NULL)
return 0;
@@ -410,15 +410,6 @@
set[i].name = strdup("gdk_mem_bigsize");
set[i].value = strdup("262144");
i++;
- /*
- * gdk_vm_minsize will be set/limited to
- * 1/8 of the physically available amount of main-memory
- * during start-up in src/tools/Mserver.mx
- */
- set[i].kind = opt_builtin;
- set[i].name = strdup("gdk_vm_minsize");
- set[i].value = strdup("137438953472");
- i++;
set[i].kind = opt_builtin;
set[i].name = strdup("gdk_alloc_map");
set[i].value = strdup("yes");
-------------------------------------------------------------------------
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