If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Under 32 bit each db was restricted to roughly 1.75gig of memory; you have a lot lot more in 64 bit; you take the whole memory on the machine; reserve whatever for other applications; decide what % of total you want for filecache(default 80 for maxperm and 20 for minperm is too high; could be 20-40 and 2); divide the remaining memory among dbs; can increase # and size of bufferpools; increase sort cache,pkgcache; maxlocks etc.
Under 32 bit each db was restricted to roughly 1.75gig of memory; you have a lot lot more in 64 bit; you take the whole memory on the machine; reserve whatever for other applications; decide what % of total you want for filecache(default 80 for maxperm and 20 for minperm is too high; could be 20-40 and 2); divide the remaining memory among dbs; can increase # and size of bufferpools; increase sort cache,pkgcache; maxlocks etc.
thank you for your help
do you know any thing from changing in registery variables?
Nothing that is 64 bit specific; just
DB2_USE_ALTERNATE_PAGE_CLEANING=YES
DB2_PARALLEL_IO=* (we have only 2 containers per tablespace; used to have 12)