Skip to content
Snippets Groups Projects
Commit a91a3441 authored by Sven-Ove Hänsel's avatar Sven-Ove Hänsel
Browse files

increase ram

parent c68efbd7
No related branches found
No related tags found
No related merge requests found
...@@ -70,12 +70,12 @@ services: ...@@ -70,12 +70,12 @@ services:
deploy: deploy:
resources: resources:
limits: limits:
memory: 12G memory: 16G
cpus: '4.0' # Limiting to 4 CPU cores cpus: '4.0' # Limiting to 4 CPU cores
reservations: reservations:
memory: 12G memory: 16G
cpus: '2.0' # Reserving 2 CPU cores cpus: '2.0' # Reserving 2 CPU cores
mem_limit: 12G # Set a hard memory limit mem_limit: 16G # Set a hard memory limit
memswap_limit: 0G # Set a swap limit to prevent excessive swapping -> export RAM to Harddrive (Paging) memswap_limit: 0G # Set a swap limit to prevent excessive swapping -> export RAM to Harddrive (Paging)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment