Actions
Bug #2540
closeddisk Cache full?
Start date:
09/07/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2540
Description
There is a message in the log on VegBank that the disk cache is full:
WARN datasource.DBModelBeanReader: Disk Cache Full: 10000 files.
DEBUG datasource.DBModelBeanReader: Deleted from Disk Cache: VB.ob.26759.CHAT59
DEBUG datasource.DBModelBeanReader: Added to Disk Cache: VB.PC.6832.ABRONIAMICRA
do we just need to up the MAX_DISK_CACHE_SIZE
the odd thing is, the disk cache has many more files in it that 10000:
vegbank=# select count(1) from dba_xmlcache;
count
--------
107552
(1 row)
Updated by Michael Lee about 18 years ago
this applies to old code. Chad will try to expunge it. Even if that is not successful, I am not worried about it.
Actions