InterviewSolution
Saved Bookmarks
| 1. |
Explain the usage of the following Db2 database manager configuration parameteragent_stack_szaslheapszaudit_buf_sz |
Answer»
Agent stack size CONFIGURATION parameter. This parameter DETERMINES the MEMORY that is ALLOCATED by Db2 for each agent thread stack.
Application support layer heap size configuration parameter.The application support layer heap represents a COMMUNICATION buffer between the local application and its associated agent. This buffer is allocated as shared memory by each database manager agent that is started.
Audit buffer size configuration parameter. This parameter specifies the size of the buffers used when you audit the Db2instance. |
|