Skip to content

Commit 1ee5495

Browse files
committed
testenv: Raise minimum ulimit
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
1 parent 19662f1 commit 1ee5495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testenv/testenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ source "$(dirname "$0")/config.sh"
1616

1717
NEEDED_TOOLS="ethtool ip tc ping"
1818
MAX_NAMELEN=15
19-
MIN_ULIMIT_L=1024
19+
MIN_ULIMIT_L=4096
2020

2121
# Global state variables that will be set by options etc below
2222
GENERATE_NEW=0

0 commit comments

Comments
 (0)