Skip to content

Commit

Permalink
fix: Increase default ZOPE form mem limit from 4MB to 250MB
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Oct 18, 2023
1 parent f694b9d commit 203e449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ENV PLONE_VERSION=6.0.7 \
MEMCACHE_SERVER=memcached:11211 \
RELSTORAGE_BLOB_CACHE_SIZE=2000mb \
ZODB_CACHE_SIZE=250000 \
ZOPE_FORM_MEMORY_LIMIT=250MB \
PROFILES=eea.kitkat:default

COPY /etc/zope.ini /app/etc/
Expand Down

0 comments on commit 203e449

Please sign in to comment.