Question: During some troubleshooting , I noticed these messages in the db2diag.log file and instance.nfy files. “There is no error but this indicates that the package cache has exceeded the configured maximum size. If this condition persists, you should perform additional monitoring to determine if you need to change the PCKCACHESZ DB configuration parameter. You could also set it to AUTOMATIC.” I checked the database configurations via : db2 get db cfg | grep ‘PCKCACHESZ’ Package cache size (4KB) (PCKCACHESZ) = (MAXAPPLS*8) How can I get rid of these messages? Do they point to deeper problem? Answer: First thing to... Read more →