-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Reinoud van Leeuwen wrote: > On Fri, Sep 30, 2005 at 02:13:34PM +0200, Andreas Jung wrote: > > >>Perhaps your FS grows because ZEO write the cache files to /tmp (which is >>on your root filesystem)? > > > No I checked that. Nothing in /tmp (and that would have been listed by > lsof)
Unless you make them "persistent", ZEO cache files are unlinked from their directory immediately after creation. Try looking at /proc/<zope's PID>/fd, and see if there aren't a couple of otherwise inaccessible, and *large*, files there. Tres. - -- =================================================================== Tres Seaver +1 202-558-7113 [EMAIL PROTECTED] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDPTeh+gerLs4ltQ4RAmJyAJ9pk/jx4f5URs21XllHe4e0MZ3VpQCgtUjo 0KnkUVQmLU7rG9rM+BQDOOg= =T8HA -----END PGP SIGNATURE----- _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
