Test inherited sysctl directives
This commit is contained in:
parent
269c06d1b4
commit
a8cc2b1101
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
[main]
|
||||
script=included_script.sh
|
||||
|
||||
[sysctl]
|
||||
net.core.rmem_max = 8388609
|
||||
|
||||
[my_included_plugin]
|
||||
type=test
|
||||
|
||||
|
|
|
|||
1
test.cfg
1
test.cfg
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue