1
0
Fork 0

Test inherited sysctl directives

This commit is contained in:
Jan Kaluza 2012-01-31 09:25:27 +01:00
parent 269c06d1b4
commit a8cc2b1101
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,9 @@
[main]
script=included_script.sh
[sysctl]
net.core.rmem_max = 8388609
[my_included_plugin]
type=test

View file

@ -16,7 +16,6 @@ net.core.wmem_default = 262144
# initially. For 10 Gb ethernet and SCSI, the BDP is about 5 MB. Allow 8 MB
# to account for overhead, to ensure that new sockets can saturate the medium
# quickly.
net.core.rmem_max = 8388608
net.core.wmem_max = 8388608
# Allow a deep backlog for 10 Gb and bonded Gb ethernet connections