Update of /cvsroot/monetdb/MonetDB/src/common
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3941/src/common

Modified Files:
      Tag: MonetDB_1-20
        monet_options.mx 
Log Message:
removed default gdk_vm_minsize (default is 1/8 of memory size)


Index: monet_options.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/common/monet_options.mx,v
retrieving revision 1.18.6.2
retrieving revision 1.18.6.3
diff -u -d -r1.18.6.2 -r1.18.6.3
--- monet_options.mx    5 Oct 2007 12:40:27 -0000       1.18.6.2
+++ monet_options.mx    27 Oct 2007 16:53:20 -0000      1.18.6.3
@@ -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

Reply via email to