HI,
got same issue. Tried few changes at com_comprofiler/comprofiler.php , but the only one which works for me is to change the value at line 38 to this you've got set on server. as for me was 64M, so the lines 37 - 39 look like:
if ( $memMax < 80000000 ) {
@ini_set( 'memory_limit', '64M' );
}
If you've got less value allowed you probably need to change more lines above. But I'm not a php guru, so do not know if this change is OK for the whole comprofiler, however it works for me and Alerts stopped, and the CB works
.... till now.
Cheers