Comment out sysctl settings for keydb and backend services in docker-compose.yml
This commit is contained in:
parent
29c64c7e39
commit
d1365ba5c5
1 changed files with 4 additions and 4 deletions
|
|
@ -62,8 +62,8 @@ services:
|
|||
resources:
|
||||
limits:
|
||||
cpus: "0.5"
|
||||
sysctls:
|
||||
vm.overcommit_memory: "1"
|
||||
# sysctls:
|
||||
# vm.overcommit_memory: "1"
|
||||
|
||||
keydb:
|
||||
image: eqalpha/keydb:latest
|
||||
|
|
@ -83,8 +83,8 @@ services:
|
|||
resources:
|
||||
limits:
|
||||
cpus: "0.5"
|
||||
sysctls:
|
||||
vm.overcommit_memory: "1"
|
||||
# sysctls:
|
||||
# vm.overcommit_memory: "1"
|
||||
|
||||
backend:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue