Runing the tests locally without valgrind test 518 and 537 would run
over their limits.
Plus init a variable in runtests.pl to avoid a warning output.
Closes #17919
<valgrind>
disable
</valgrind>
+<limits>
+Maximum allocated: 1100000
+</limits>
</verify>
</testcase>
Accept: */*\r
\r
</protocol>
+<limits>
+Maximum allocated: 3200000
+</limits>
</verify>
</testcase>
}
my @more=`$memanalyze -v "$logdir/$MEMDUMP"`;
my $allocs;
- my $max;
+ my $max = 0;
for(@more) {
if(/^Allocations: (\d+)/) {
$allocs = $1;