8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
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
|