Issue with RC1 - Can not apply changes

Upgrading from 2.1.3, everything seems to work fine… But when i try to apply changes get the following message… any ideas (PHP memory is set to 128 MB)

[code:1]exit: 255

Checking for PEAR DB…OK
Checking for PEAR Console::Getopt…OK
Checking for /etc/amportal.conf …OK
Bootstrapping /etc/amportal.conf …OK
Parsing /etc/amportal.conf …OK
Parsing /etc/asterisk/asterisk.conf …OK
Connecting to database…OK
Connecting to Asterisk manager interface…OK

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 83 bytes) in /var/www/html/admin/modules/voicemail/functions.inc.php on line 16

1 error(s) occured, you should view the notification log on the dashboard or main screen to check for more details.[/code:1]

My own dumb mistake, but maybe someone else will make it.

I upgraded to php5, but did not upgrade cli to php5.

The retrieve script, of course, uses cli, not apache or cgi, so i had to configure the max memory for cli php.

Set that to 32mb, and all is well.