mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
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:
1
debian/docker-compose.yml
vendored
1
debian/docker-compose.yml
vendored
@@ -31,6 +31,7 @@ services:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
#memory: 1G # prevents swapping on pdf generation with chrome
|
||||
logging: *default-logging
|
||||
|
||||
nginx:
|
||||
|
||||
Reference in New Issue
Block a user