mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
sysctl: don't touch vm.swappiness
I think my distribution is more capable of choosing a reasonable value and I am not confident in understanding it enough.
This commit is contained in:
parent
537fc06dd7
commit
446c5c14ab
@ -3,9 +3,6 @@
|
|||||||
# Core files appear with filename <binary>-<PID>-<hostname>.core
|
# Core files appear with filename <binary>-<PID>-<hostname>.core
|
||||||
kernel.core_pattern = %e-%p-%h.core
|
kernel.core_pattern = %e-%p-%h.core
|
||||||
|
|
||||||
# Start swapping when 90% of memory is in use.
|
|
||||||
vm.swappiness = 10
|
|
||||||
|
|
||||||
# When binding to IPv6, only bind to IPv6. Avoids dotted-decimals
|
# When binding to IPv6, only bind to IPv6. Avoids dotted-decimals
|
||||||
net.ipv6.bindv6only=1
|
net.ipv6.bindv6only=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user