12 Nov
2004
12 Nov
'04
6:05 p.m.
Declan Shanaghy wrote at 2004-11-11 20:02 -0800:
I have the /Members folder of a CMF site mounted in its own separate ZODB called MemberData.fs.
The file keeps growing at an alarming rate of about 400MB a day until it eventually reaches the 2GB limit them i get loads of MemberData.fs.trxxxx files
Use the "fsdump" utilitiy to look into your storage file. It will show you the classes of the objects dumped into the storage. This may give some glue of what is going wrong. -- Dieter