Re: [ZODB-Dev] Zeo cache files : how to estimate the space?

2009-08-11 Thread Dominique Arnoult
Thanks, indeed i have a zserver-thread at 4!


2009/8/11 Christian Theune 

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 08/11/2009 03:32 PM, Wichert Akkerman wrote:
> > On 8/11/09 15:29 , Dominique Arnoult wrote:
> >> Hello,
> >> i deal with a problem of /tmp. I have a 1 Go partition and cannot easily
> >> change it. I run a Zeo cluster of 7 clients. Since the lsof command, I
> >> can see 7 process and each process has 4 files opened of 100 Mb max.
> >> That corresponds of the cache-size directive of my zopecore.conf. But, I
> >> don't undertstand why there are 4 files and not only one by zeo client.
> >> Any can help me?
> >
> > Each zserver thread has its own cache.
>
> Live object cache: one per thread
> ZEO cache file: one per storage
>
> Christian
>
> - --
> Christian Theune · c...@gocept.com
> gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany
> http://gocept.com · tel +49 345 1229889 0 · fax +49 345 1229889 1
> Zope and Plone consulting and development
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkqBdCYACgkQdUt9X/gknwIlAACfSWjrZ2PECPG4f3DIzx66cT9n
> 2MgAoOWX2HFE+T0gUe1fuhL8TF8vkYkg
> =tpax
> -END PGP SIGNATURE-
>
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Zeo cache files : how to estimate the space?

2009-08-11 Thread Christian Theune
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 08/11/2009 03:32 PM, Wichert Akkerman wrote:
> On 8/11/09 15:29 , Dominique Arnoult wrote:
>> Hello,
>> i deal with a problem of /tmp. I have a 1 Go partition and cannot easily
>> change it. I run a Zeo cluster of 7 clients. Since the lsof command, I
>> can see 7 process and each process has 4 files opened of 100 Mb max.
>> That corresponds of the cache-size directive of my zopecore.conf. But, I
>> don't undertstand why there are 4 files and not only one by zeo client.
>> Any can help me?
> 
> Each zserver thread has its own cache.

Live object cache: one per thread
ZEO cache file: one per storage

Christian

- -- 
Christian Theune · c...@gocept.com
gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 0 · fax +49 345 1229889 1
Zope and Plone consulting and development
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkqBdCYACgkQdUt9X/gknwIlAACfSWjrZ2PECPG4f3DIzx66cT9n
2MgAoOWX2HFE+T0gUe1fuhL8TF8vkYkg
=tpax
-END PGP SIGNATURE-
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Zeo cache files : how to estimate the space?

2009-08-11 Thread Wichert Akkerman
On 8/11/09 15:29 , Dominique Arnoult wrote:
> Hello,
> i deal with a problem of /tmp. I have a 1 Go partition and cannot easily
> change it. I run a Zeo cluster of 7 clients. Since the lsof command, I
> can see 7 process and each process has 4 files opened of 100 Mb max.
> That corresponds of the cache-size directive of my zopecore.conf. But, I
> don't undertstand why there are 4 files and not only one by zeo client.
> Any can help me?

Each zserver thread has its own cache.

Wichert.
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev