turn off swapping
This commit is contained in:
parent
09074b8f7c
commit
3a71839a74
@ -24,6 +24,8 @@ services:
|
||||
- TZ=Europe/Amsterdam
|
||||
shm_size: 4G
|
||||
mem_limit: 4G
|
||||
# Turns off anonymous page swapping
|
||||
mem_swappiness: 0
|
||||
|
||||
# For versions above: '3.0'
|
||||
# deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user