2012年1月17日,作者: 杰克·范瓦斯(Jack Vamvas)
以下消息出现在db2diag.log中
ADM4000W A catalog cache overflow condition has occurred. There is no error but this 在 dicates that the catalog cache has exceeded the configured maximum size. If this condition persists, you may want to adjust the CATALOGCACHE_SZ DB configuration parameter Notes on CATALOGCACHE_SZ
1) CATALOGCACHE_SZ是“目录高速缓存大小”配置参数
2) 在页面中指定数据库堆可用的最大空间
3) 从数据库共享内存中发生CATALOGCACHE_SZ分配
4) 如果增加CATALOGCACHE_SZ分配,请考虑后果 与为其他资源(例如缓冲池)分配内存
5) 大量的动态sql或XQuery可能需要额外的缓存空间。
6) 监控器: cat_cache_lookups , cat_cache_inserts , cat_cache_overflows , cat_cache_size_top 有关调整catalogcache_sz的提示
Posted by: |