9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
|
|
# /etc/sysctl.conf - Configuration file for setting system variables
|
|
# See /etc/sysctl.d/ for additional system variables.
|
|
|
|
kernel.msgmnb = 67108864
|
|
kernel.msgmax = 67108864
|
|
net.core.rmem_max = 20971520
|
|
net.core.wmem_max = 262144
|