aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-common.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-11-15 15:56:57 -0800
committerGerald Combs <gerald@wireshark.org>2016-11-16 00:26:18 +0000
commit1de9f3ccebdef5b2423c70cd565dc9c4ec203177 (patch)
tree7f5efae8029523dcd78a6df3a3005bc689efebb6 /tools/test-common.sh
parentba2c79ff32d64159be233396f7d0cc1671fc02f6 (diff)
Double the fuzz testing memory limit.
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>
Diffstat (limited to 'tools/test-common.sh')
-rwxr-xr-xtools/test-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index c3715b9f19..627623ee57 100755
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -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