From a8cc2b1101917f058c9aa5c5afb3933d47c69ff4 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 31 Jan 2012 09:25:27 +0100 Subject: [PATCH] Test inherited sysctl directives --- included.cfg | 3 +++ test.cfg | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/included.cfg b/included.cfg index cdd22a6..2f89d87 100644 --- a/included.cfg +++ b/included.cfg @@ -1,6 +1,9 @@ [main] script=included_script.sh +[sysctl] +net.core.rmem_max = 8388609 + [my_included_plugin] type=test diff --git a/test.cfg b/test.cfg index 5568b99..7ec26c4 100644 --- a/test.cfg +++ b/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