From b996627bdc3e82aa72ff952a21888433a7041d3d Mon Sep 17 00:00:00 2001 From: Nicolas Demonte Date: Thu, 9 Jan 2020 14:55:32 +0100 Subject: [PATCH] Increase cache size to match production --- buildout.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildout.cfg b/buildout.cfg index 7bf9384..55cfcac 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -56,6 +56,9 @@ eggs = eea.facetednavigation zcml = ${v:policy-package} +zeo-client-cache-size = 256MB +zodb-cache-size = 60000 + environment-vars = PYTHON_EGG_CACHE ${buildout:directory}/tmp TMPDIR ${buildout:directory}/tmp