Double the fuzz testing memory limit.
authorGerald Combs <gerald@wireshark.org>
Tue, 15 Nov 2016 23:56:57 +0000 (15:56 -0800)
committerGerald Combs <gerald@wireshark.org>
Wed, 16 Nov 2016 00:26:18 +0000 (00:26 +0000)
Increase MAX_VMEM to 1000000 in order to accomodate a large capture file
in the menagerie and allow some breathing room for future large
captures.

Change-Id: I61d1a56d30d49af5c25785f8d43f104b6a300da5
Ping-Bug: 13049
Reviewed-on: https://code.wireshark.org/review/18838
Reviewed-by: Gerald Combs <gerald@wireshark.org>
tools/test-common.sh

index c3715b9f193324a27151acaf2a3f93fd484aa18e..627623ee57c411b466ecb7bfb996d1ffaa5263d3 100755 (executable)
@@ -52,7 +52,7 @@ MAX_PASSES=0
 # Stop the child process if it's running longer than x seconds
 MAX_CPU_TIME=300
 # Stop the child process if it's using more than y * 1024 bytes
-MAX_VMEM=500000
+MAX_VMEM=1000000
 # Stop the child process if its stack is larger than than z * 1024 bytes
 # Windows XP:   2033
 # Windows 7:    2034