DB Serverinitialisierung
This commit is contained in:
11
roles/db1913/files/sysctl.conf
Normal file
11
roles/db1913/files/sysctl.conf
Normal file
@ -0,0 +1,11 @@
|
||||
fs.aio-max-nr = 1048576
|
||||
fs.file-max = 6815744
|
||||
kernel.shmall = 2097152
|
||||
kernel.shmmax = 4294967295
|
||||
kernel.shmmni = 4096
|
||||
kernel.sem = 250 32000 100 128
|
||||
net.ipv4.ip_local_port_range = 9000 65500
|
||||
net.core.rmem_default = 262144
|
||||
net.core.rmem_max = 4194304
|
||||
net.core.wmem_default = 262144
|
||||
net.core.wmem_max = 1048576
|
Reference in New Issue
Block a user