dcruncher4@aim. com wrote:
Have you tried just not touching these?
Here is the default setting I find on my laptop:
Changed pages threshold (CHNGPGS_THRESH ) = 80
Number of asynchronous page cleaners (NUM_IOCLEANERS ) = AUTOMATIC
Number of I/O servers (NUM_IOSERVERS) = AUTOMATIC
Specifically note AUTOMATIC which means DB2 will take care of it.
Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
update db cfg for test using CHNGPGS_THRESH 5 ;
update db cfg for test using NUM_IOCLEANERS 3 ;
update db cfg for test using NUM_IOSERVERS 3 ;
update db cfg for test using NUM_IOCLEANERS 3 ;
update db cfg for test using NUM_IOSERVERS 3 ;
Here is the default setting I find on my laptop:
Changed pages threshold (CHNGPGS_THRESH ) = 80
Number of asynchronous page cleaners (NUM_IOCLEANERS ) = AUTOMATIC
Number of I/O servers (NUM_IOSERVERS) = AUTOMATIC
Specifically note AUTOMATIC which means DB2 will take care of it.
Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Comment