mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08:00
imaginary - try to prevent possible memory issues
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
204aa5649c
commit
d974023c8d
1 changed files with 3 additions and 0 deletions
|
@ -24,3 +24,6 @@ ENTRYPOINT ["/usr/local/bin/imaginary", "-return-size", "-max-allowed-resolution
|
||||||
|
|
||||||
HEALTHCHECK CMD nc -z localhost 9000 || exit 1
|
HEALTHCHECK CMD nc -z localhost 9000 || exit 1
|
||||||
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||||
|
|
||||||
|
# https://github.com/h2non/imaginary#memory-issues
|
||||||
|
ENV MALLOC_ARENA_MAX=2
|
||||||
|
|
Loading…
Reference in a new issue