[MonetDB-users] gdk_mem_bigsize and gdk_vm_minsize
Can you please explain gdk_mem_bigsize and gdk_vm_minsize? I searched around on the site and I am not really clear on what the optimal settings for these are. I am currently using the defaults, on a system with 8 GB of RAM. Thanks, Rahul = Limousine and Luxury Bus Wine Tours Private Napa & Sonoma wine-tasting tours via luxury limousine or bus. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=2c5439db6084d9969b4f63e2... -- Powered by Outblaze
On Fri, Jan 04, 2008 at 12:09:05AM +0800, Rahul Chopra wrote:
Can you please explain gdk_mem_bigsize and gdk_vm_minsize? I searched around on the site and I am not really clear on what the optimal settings for these are.
Memory blocks allocated via GDKmalloc and friends larger then gdk_mem_bigsize will be mmaped using virtual swap space (vmalloc). This is done to avoid fragmentation. BATs have heaps, these can be malloced (GDKmalloc), virtual mmapped using swap space (GDKvmalloc) or mmapped (needs a filename). Blocks (heaps) larger then vm_minsize will be vmalloced. The backends (sql/xquery) control when we switch to mmapped with files.
I am currently using the defaults, on a system with 8 GB of RAM.
It depends on your os if thats okay. Niels
Thanks,
Rahul
= Limousine and Luxury Bus Wine Tours Private Napa & Sonoma wine-tasting tours via luxury limousine or bus. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=2c5439db6084d9969b4f63e2...
-- Powered by Outblaze
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl
participants (2)
-
Niels Nes
-
Rahul Chopra