"Fatal Error" in Optimize My Site

Submitted by mmuise on Fri, 07/18/2008 - 19:44.
I just tried to export a campaign from OMS to adCenter and got this error message:
"Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 15729061 bytes) in /home/xxx/public_html/xxx/oms/lib_php/import-export/microsoft.php on line 4"
(Note that I've replaced my site with "xxx")
Anybody else get this message? I logged out and then tried to export again, but got the same message.
Moe

Figured it out - the file
Figured it out - the file size is too big (I guess that's what "memory size...exhausted" was getting at. Duh...)
Hey Moe,
Hey Moe,
In the OMS folder open the file common.php and increase the memory limit, this might help you export larger campaigns.
For example the current memory limit is set as:
ini_set('memory_limit', '16M');
Change the 16M to 48M or 96M and you will probably be able to export your campaign.
Jeff
Awesome - thanks for the
Awesome - thanks for the tip, Jeff.
Moe