First page Back Continue Last page Overview Graphics
Deployment Planning
ZEO Client Cache Size
- Determines the size of the ZEO client cache. Increasing can improve performance if your application has a large static working set. Set it via Storage entry in custom_zodb.py in Zope 2.6 or via “cache-size” parameter of <zeoclient> section in zope.conf in Zope 2.7.
- Client cache can be made persistent if you set ZEO_CLIENT envvar in Zope 2.6 or if you set “zeo-client-name” key in zope.conf in Zope 2.7. This will decrease startup time if ZODB3 3.2 (Zope 2.7) is used.