EOX GitLab Instance

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

deleting memory-swap option from docker-compose files as PR not merged

https://github.com/moby/moby/pull/37872
this means, our containers will run out of memory anyway, as they are 
allowed to swap indefinitely and we have swap memory allowed on the 
machines
parent 60c9fb40
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,6 @@ services:
resources:
limits:
memory: 8G
memory-swap: 8G
networks:
- extnet
cache:
......@@ -82,7 +81,6 @@ services:
resources:
limits:
memory: 8G
memory-swap: 8G
networks:
- extnet
registrar:
......
......@@ -42,7 +42,6 @@ services:
resources:
limits:
memory: 8G
memory-swap: 8G
networks:
- extnet
cache:
......@@ -82,7 +81,6 @@ services:
resources:
limits:
memory: 8G
memory-swap: 8G
networks:
- extnet
registrar:
......
......@@ -42,7 +42,6 @@ services:
resources:
limits:
memory: 8G
memory-swap: 8G
networks:
- extnet
cache:
......@@ -81,7 +80,6 @@ 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