Hi,
does db2 allocate memory for SHEAPTHRES, BUFFPAGE and DBHEAP all at once or just as needed?
Our applications don't do any sorts so I just defined a high value of memory for SHEAPTHRES, because we want to do a reorg check/reorg soon and I was advised to have a very large SORTHEAP/SHEAPTHRES for that. I also increased BUFFPAGE a lot, even the snapshots at peaktimes show, that it is far too much.
Overall I recognize that about that the box (AIX) is using about 1 GByte of memory for processes instead for files like before I made these changes.
From the information I found at the DB2 Information Center I am not sure, if it allocates the memory or not. Following the snapshots, it doesn't, but looking with the monitor tool for memory usage it's showing other memory usage as stated above.
Else I will keep the values as low as needed and just increase them a lot for our reorg, so that it might be able to finish successfully in some hours.
Thanks for any advice in forward. If something isn't clearly explained, pls tell me, as english isn't my mother language.