Fix OOM (Out Of Memory) Errors

This commit is contained in:
Mohammad Javad Naderi 2023-09-28 19:16:45 +03:30 committed by GitHub
parent 1fee048edc
commit 79e15971a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ services:
restart: ${RESTART_POLICY}
security_opt:
- no-new-privileges:true
pids_limit: 100
pids_limit: 200
read_only: true
tmpfs:
- /tmp
@ -31,7 +31,7 @@ services:
restart: ${RESTART_POLICY}
security_opt:
- no-new-privileges:true
pids_limit: 200
pids_limit: 400
read_only: ${MATTERMOST_CONTAINER_READONLY}
tmpfs:
- /tmp