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

Dominique Arnoult darnoult at gmail.com
Tue Aug 11 09:29:56 EDT 2009


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?

COMMAND    PID   USER   FD   TYPE DEVICE      SIZE NODE NAME
python2.4 3094 user    5u   REG    8,6      1238   20 /tmp/tmpXAbZ2i.tbuf
(deleted)
python2.4 3094 user    6u   REG    8,6 104857600   28 /tmp/tmpbEb6YU
(deleted)
python2.4 3094 user   15u   REG    8,6   4458126   11 /tmp/tmpGjQZgD.tbuf
(deleted)
python2.4 3094 user   16u   REG    8,6 104857600   31 /tmp/tmp7r5x0g
(deleted)

python2.4 3125 user    5u   REG    8,6      1238   22 /tmp/tmpaPk1fA.tbuf
(deleted)
python2.4 3125 user    6u   REG    8,6 104857600   30 /tmp/tmpWUKlDX
(deleted)
python2.4 3125 user   15u   REG    8,6    942508   32 /tmp/tmpYJsotW.tbuf
(deleted)
python2.4 3125 user   16u   REG    8,6 104857600   33 /tmp/tmpShXCyk
(deleted)

python2.4 3156 user    5u   REG    8,6      6584   18 /tmp/tmpuM_orl.tbuf
(deleted)
python2.4 3156 user    6u   REG    8,6 104857600   25 /tmp/tmpKZyHfQ
(deleted)
python2.4 3156 user   15u   REG    8,6     73612   34 /tmp/tmpn6blEK.tbuf
(deleted)
python2.4 3156 user   16u   REG    8,6 104857600   35 /tmp/tmpzLKNUm
(deleted)

python2.4 3187 user    5u   REG    8,6      6584   23 /tmp/tmpN1mVr9.tbuf
(deleted)
python2.4 3187 user    6u   REG    8,6 104857600   29 /tmp/tmpCgarj7
(deleted)
python2.4 3187 user   15u   REG    8,6   1206892   36 /tmp/tmpAuIDgL.tbuf
(deleted)
python2.4 3187 user   16u   REG    8,6 104857600   37 /tmp/tmpk_8O3_
(deleted)

python2.4 3220 user    5u   REG    8,6     46513   17 /tmp/tmplCMGHd.tbuf
(deleted)
python2.4 3220 user    6u   REG    8,6 104857600   24 /tmp/tmpKavx2y
(deleted)
python2.4 3220 user   15u   REG    8,6    406520   38 /tmp/tmp3gc45m.tbuf
(deleted)
python2.4 3220 user   16u   REG    8,6 104857600   39 /tmp/tmp6CQKua
(deleted)

python2.4 3304 user    5u   REG    8,6      1238   19 /tmp/tmp2RAS4q.tbuf
(deleted)
python2.4 3304 user    6u   REG    8,6 104857600   26 /tmp/tmpeKkubg
(deleted)
python2.4 3304 user   15u   REG    8,6    518372   40 /tmp/tmplHx2oS.tbuf
(deleted)
python2.4 3304 user   16u   REG    8,6 104857600   41 /tmp/tmpyaCdn1
(deleted)

python2.4 3335 user    5u   REG    8,6      6584   21 /tmp/tmpk4IjlI.tbuf
(deleted)
python2.4 3335 user    6u   REG    8,6 104857600   27 /tmp/tmpJwCxd7
(deleted)
python2.4 3335 user   15u   REG    8,6    508315   42 /tmp/tmpCoZPCl.tbuf
(deleted)
python2.4 3335 user   16u   REG    8,6 104857600   43 /tmp/tmp9vc-5B
(deleted)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zodb-dev/attachments/20090811/330bce3c/attachment.html 


More information about the ZODB-Dev mailing list