I had this problem – wp2.5 & nextgen 0.94
memory allocation error (blahblahblah)/wp-content/plugins/nextgen-gallery/lib/pclzip.lib.php on line 3952
I fixed it by changing the line before (3951):
from:
$maxMemory = $memory_limit - memory_get_usage() -
350000
;
to:
$maxMemory = $memory_limit - memory_get_usage() -
3500000
;
bascially, allocate less memory