1.

Explain the usage of the following Db2 database manager configuration parameteragent_stack_szaslheapszaudit_buf_sz

Answer»
  • agent_stack_sz

Agent stack size CONFIGURATION parameter. This parameter DETERMINES the MEMORY that is ALLOCATED by Db2 for each agent thread stack.

  • aslheapsz

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_buf_sz

Audit buffer size configuration parameter. This parameter specifies the size of the buffers used when you audit the Db2instance.



Discussion

No Comment Found