EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit fe40acb7 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

disable cache and renderer being allowed to swap indefinitely

parent f0ffe3f9
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ services:
resources:
limits:
memory: 8G
memory-swap: 8G
networks:
- extnet
cache:
......@@ -81,6 +82,7 @@ services:
resources:
limits:
memory: 8G
memory-swap: 8G
networks:
- extnet
registrar:
......
......@@ -42,6 +42,7 @@ services:
resources:
limits:
memory: 8G
memory-swap: 8G
networks:
- extnet
cache:
......@@ -81,6 +82,7 @@ services:
resources:
limits:
memory: 8G
memory-swap: 8G
networks:
- extnet
registrar:
......
......@@ -42,6 +42,7 @@ services:
resources:
limits:
memory: 8G
memory-swap: 8G
networks:
- extnet
cache:
......@@ -80,6 +81,7 @@ services:
resources:
limits:
memory: 8G
memory-swap: 8G
replicas: 3
networks:
- extnet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment