mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +00:00
Add comments to sysctl overrides
This commit is contained in:
parent
dbd7e017d3
commit
f21ddf9f5a
|
@ -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
|
vm.max_map_count=2147483642
|
||||||
|
|
|
@ -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
|
vm.swappiness=10
|
||||||
|
|
Loading…
Reference in a new issue