fickit: re-added sysctl

This commit is contained in:
nemunaire 2019-01-17 09:11:13 +01:00
commit 47006d76fe
4 changed files with 31 additions and 5 deletions

View file

@ -0,0 +1,7 @@
net.ipv6.conf.all.disable_ipv6 = 1
# Increase system file descriptor limit
fs.file-max = 65535
# Increase system IP port limits
net.ipv4.ip_local_port_range = 2000 65000

View file

@ -0,0 +1,8 @@
net.ipv4.ip_forward = 1
net.ipv6.conf.all.disable_ipv6 = 1
# Increase system file descriptor limit
fs.file-max = 65535
# Increase system IP port limits
net.ipv4.ip_local_port_range = 2000 65000