We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda4b4b commit 7c7c72eCopy full SHA for 7c7c72e
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