Hi,
try out the following command:
Code:
db2 AUTOCONFIGURE APPLY NONE
this command suggest how parameters shout be set. It is good starting point. Look into additional parameters, for example:
Code:
db2 AUTOCONFIGURE USING MEM_PERCENT 80 WORKLOAD_TYPE
MIXED NUM_STMTS 2 TPM 8 ADMIN_PRIORITY PERFORMANCE
IS_POPULATED YES NUM_LOCAL_APPS 1 NUM_REMOTE_APPS 0
ISOLATION RR APPLY NONE
If you would like to apply recommended settings then use "apply db only" instead of "apply none".
Read documentation to see what kind of system you have:
http://publib.boulder.ibm.com/infoce...e/r0008960.htm
Hope this helps,
Grofaty