Quote:
|
Originally Posted by meehange
OK but will that give me "Currently in use" or "Currently configured"?
I want to know the maximum memory that DB2 could use based on the currently configured params....
|
Just leave off the the -m. Using the -m does not show the maximum that could be used with your current configuration, it shows the maximum memory that would be used if you set all the configurations and bufferpool sizes to their maximum values.
Of course, the amount of memory used could vary dynamically depending on the number of connections and other activity, but the overwhelming majority of the memory is usually for the bufferpools, which do not increase beyond the defined amount (and do not shrink so long as someone is connected to the database). The only exception might be if you are using automatic memory in Version 9.