How would you enable self-tuning of memory areas that are controlled by memory configuration parameters?
How would you enable self-tuning of memory areas that are controlled by memory configuration parameters?
To enable self-tuning of memory areas that are controlled by memory configuration parameters, you need to set the SELF_TUNING_MEM database configuration parameter to ON using the UPDATE DATABASE CONFIGURATION command or the db2CfgSet API. This allows the DB2 memory tuner to automatically adjust memory allocations based on the current workload, ensuring optimal performance.
The answer B is correct, because, the following database memory-related configuration parameters are tuned automatically when the STMM future is enabled via the self_tuning_mem database configuration parameter: - database_memory (bufferpools, dbheap, util_heap_sz, pckcachesz, catalogcache_sz, sheapthres_shr). - maxlocks - pckcachsz - sheapthres_shr - sortheap