Prevents swapping on pdf generation with Chrome

Increase allowed memory usage of main container from 512M to 1G

This is useful particularly if the server uses a hard drive, which can drastically slow down pdf generation during swap
This commit is contained in:
Brandon
2024-11-26 16:22:38 +01:00
parent bfc61fb64e
commit 3ce5983131

View File

@@ -31,6 +31,7 @@ services:
resources:
limits:
memory: 512M
#memory: 1G # prevents swapping on pdf generation with chrome
logging: *default-logging
nginx: