Comment 2 for bug 1188519

Revision history for this message
Roman Vynar (roman-vynar) wrote :

Thanks for the report.

This way it should be more stable in case of future changes:
- elseif (strpos($line, "Total memory allocated") === 0 ) {
+ elseif (strpos($line, "Total memory allocated") === 0 && strpos($line, "in additional pool allocated") > 0 ) {