Workaround:
Edit cerb4/libs/devblocks/Devblocks.class.php, line 713 and change
self::$start_peak_memory = memory_get_peak_usage();
to
self::$start_peak_memory = 0;
Edit cerb4/plugins/cerberusweb.core/classes.php, line 213 and change
$tpl->assign('render_peak_memory', memory_get_peak_usage() - DevblocksPlatform::getStartPeakMemory());
to
$tpl->assign('render_peak_memory', 0);
This should be fixed in SVN.
Old issue no new complaints, closing...