When I graphed our memory usage by db2 for a week, I found that the UTIL_HEAP_SZ was not part of the Buffer Pool. We have a large Util Heap size to allow the backups to run faster at night and for some weekend jobs which run imports, exports and loads.
During Prime shift, we do not need the memory allocated to UTIL.... It comes out to about 1/4 of the available memory on this server.
I was going to create a job that would alter the bufferpool and Util heap sizes before the backups start and then reverse the process once completed. I am pretty sure the database will require all applications to disconnect before the changes take place.... Defeating the whole Online backup purpose. This would be unacceptable for our users.
Any Ideas on how to solve the memory allocation?
Running UDB 7.2
During Prime shift, we do not need the memory allocated to UTIL.... It comes out to about 1/4 of the available memory on this server.
I was going to create a job that would alter the bufferpool and Util heap sizes before the backups start and then reverse the process once completed. I am pretty sure the database will require all applications to disconnect before the changes take place.... Defeating the whole Online backup purpose. This would be unacceptable for our users.
Any Ideas on how to solve the memory allocation?
Running UDB 7.2