Re: [Zope] Re: ZEO clients eating up / filesystem
by Reinoud van Leeuwen other posts by this author
Sep 30 2005 6:56AM messages near this date
[Zope] Re: ZEO clients eating up / filesystem
|
Re: [Zope] ZEO clients eating up / filesystem
On Fri, Sep 30, 2005 at 09:03:29AM -0400, Tres Seaver wrote:
> -----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.
Thanks.
Setting "zeo-client-name" in the main section of
zope.conf and "client" in the <zodb_db main> section seems to have solved
this.
--
__________________________________________________
"Nothing is as subjective as reality"
Reinoud van Leeuwen reinoud.v@[...].net
http://www.xs4all.nl/~reinoud
__________________________________________________
_______________________________________________
Zope maillist - Zope@[...].org
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 )
Thread:
Reinoud van Leeuwen
Reinoud van Leeuwen
Tres Seaver
Reinoud van Leeuwen
Andreas Jung
|