adjusts resource limits
This commit is contained in:
@@ -63,8 +63,13 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
platform: linux/amd64
|
||||
restart: unless-stopped
|
||||
mem_limit: 16g
|
||||
mem_reservation: 8g
|
||||
resources:
|
||||
limits:
|
||||
cpus: '4.0'
|
||||
memory: 16g
|
||||
reservations:
|
||||
cpus: '2.0'
|
||||
memory: 8g
|
||||
expose:
|
||||
- "22"
|
||||
volumes:
|
||||
|
||||
+7
-2
@@ -63,8 +63,13 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
platform: linux/amd64
|
||||
restart: unless-stopped
|
||||
mem_limit: 16g
|
||||
mem_reservation: 8g
|
||||
resources:
|
||||
limits:
|
||||
cpus: '4.0'
|
||||
memory: 16g
|
||||
reservations:
|
||||
cpus: '2.0'
|
||||
memory: 8g
|
||||
expose:
|
||||
- "22"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user