update to match Mb -> MB change in -s output
authorsimonmar@microsoft.com <unknown>
Thu, 20 Dec 2007 14:58:55 +0000 (14:58 +0000)
committersimonmar@microsoft.com <unknown>
Thu, 20 Dec 2007 14:58:55 +0000 (14:58 +0000)
utils/runstdtest/runstdtest.prl

index 379c895..1e23f1f 100644 (file)
@@ -409,7 +409,7 @@ sub process_stats_file {
 
            $GCs = $1 if /^\s*([0-9,]+) collections? in generation 0/;
 
-           if ( /^\s+([0-9]+)\s+Mb total memory/ ) {
+           if ( /^\s+([0-9]+)\s+M[Bb] total memory/ ) {
                $TotMem = $1;
            }