We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e1bf1 commit 1423a77Copy full SHA for 1423a77
1 file changed
docker-compose.yml
@@ -5,7 +5,9 @@ services:
5
restart: ${RESTART_POLICY}
6
security_opt:
7
- no-new-privileges:true
8
- pids_limit: 100
+ # See https://docs.mattermost.com/administration-guide/scale/scaling-for-enterprise.html
9
+ # for guidance on memory limits based on your deployment size.
10
+ mem_limit: 16G
11
read_only: true
12
tmpfs:
13
- /tmp
@@ -28,7 +30,9 @@ services:
28
30
29
31
32
- pids_limit: 200
33
34
35
+ mem_limit: 4G
36
read_only: ${MATTERMOST_CONTAINER_READONLY}
37
38
0 commit comments