Add comments to sysctl overrides

This commit is contained in:
ItsDrike 2023-07-31 21:47:22 +02:00
parent dbd7e017d3
commit f21ddf9f5a
2 changed files with 6 additions and 0 deletions

View file

@ -1 +1,4 @@
# Maximum number of memory pages a process may have.
# Increase this as some programs, particularly malloc debuggers
# may consume a lot more than the default (65530)
vm.max_map_count=2147483642

View file

@ -1 +1,4 @@
# How much memory swapping should be done (0-100)
# A low value means the kernel will avoid swapping as much as possible.
# We decrease this as with SSDs, swapping can decrease lifetime, only swap when really needed (default: 60)
vm.swappiness=10