Hi,

I've been running public_html/cron.php as a scheduled task to re-index my site each night.

The indexing fails with the error message:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 11520 bytes) in /home/sites/[site name]/public_html/sites/all/modules/simple_access/simple_access.module on line 65

The memory limit in php.ini is set to 32M and changing this to a higher value doesn't make any difference.

Can anyone advise how I fix this please?

Many thanks.

Comments

Akrotiri’s picture

Hi,

I've still not been able to resolve this problem and am still hoping someone can help.

All suggestions much appreciated.

WorldFallz’s picture

Did you verify that changing the ini file actually changed the memory? Be sure to verify it with phpinfo().