add vm.overcommit_memory

This commit is contained in:
itqop 2024-10-23 00:10:51 +03:00
parent e4abf4f9fb
commit 57db342c61
1 changed files with 2 additions and 0 deletions

View File

@ -33,4 +33,6 @@ services:
container_name: redis container_name: redis
ports: ports:
- "6379:6379" - "6379:6379"
sysctls:
vm.overcommit_memory: 1
restart: unless-stopped restart: unless-stopped