mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #2123 from nextcloud/enh/noid/imaginary-prevent-memory-issues
imaginary - try to prevent possible memory issues
This commit is contained in:
commit
f51029270b
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…
Add table
Add a link
Reference in a new issue