We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3241200 + 7c7c72e commit 5514faeCopy full SHA for 5514fae
patches/sysctl.yaml
@@ -17,6 +17,7 @@ body: |
17
fs.inotify.max_user_watches = 524288
18
19
# Memory management tuning
20
+ vm.overcommit_memory = 1 # Disable overcommit
21
vm.swappiness = 1 # Avoid swapping unless necessary
22
vm.dirty_ratio = 30 # Limit max dirty pages to 30%
23
vm.dirty_background_ratio = 5 # Background flush starts at 5%
0 commit comments