Changeset: c33889f81962 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c33889f81962
Modified Files:
        testing/monet_options.py.in
        tools/mserver/mserver5.1
Branch: Jan2014
Log Message:

removed left-over traces of gdk_mem_bigsize;
cf., changeset 151c7be79dd1


diffs (25 lines):

diff --git a/testing/monet_options.py.in b/testing/monet_options.py.in
--- a/testing/monet_options.py.in
+++ b/testing/monet_options.py.in
@@ -74,7 +74,6 @@ class BuiltinOptions:
     gdk_dbname = 'demo'
     gdk_dbfarm = os.path.join('@QXlocalstatedir@','MonetDB')
     gdk_debug = '0'
-    gdk_mem_bigsize = '1024576'
     monet_admin = 'adm'
     monet_prompt = '>'
     monet_welcome = 'yes'
diff --git a/tools/mserver/mserver5.1 b/tools/mserver/mserver5.1
--- a/tools/mserver/mserver5.1
+++ b/tools/mserver/mserver5.1
@@ -68,10 +68,6 @@ impact performance if set wrongly.  The 
 values for optimal performance.  Changing these parameters is
 discouraged.
 .P 
-.IP "gdk_mem_bigsize"
-Memory chunks of size >= gdk_mem_bigsize (in bytes) will be mmaped
-anonymously.  Default: 1<<20 == 1024576 == 1 MiB
-.\" for 32 bit systems try to claim 3G of (virtual) memory; ???
 .IP "gdk_vmtrim"
 Enable or disable the vmtrim thread which tries to unload memory that is
 not in use.  Default: yes
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to