Memory exhausted error

Hi
I have a newly installed v.3.12.13 that is giving me the following error when I try to move assets around the tree, in particular images to another folder:



Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in xxxx/mysource_matrix/core/assets/system/triggers/trigger_manager/trigger_manager.inc on line 1432



I tried increasing the memory limit in core/web/index.php to no avail.



I am running on a 32 bit PC under Ubuntu.



Many thanks.

This thread may assist:
http://forums.matrix.squiz.net/index.php?showtopic=3217

I've noticed that some binary PHP distributions might be ignoring the memory limit we set. Try changing the php.ini for Apache/mod_php4 to see if that makes a difference.

[quote]This thread may assist:
http://forums.matrix.squiz.net/index.php?showtopic=3217[/quote]



The main.inc seems to have done the trick. I increased both settings to 32M and it seems to be running smoothly, although I haven’t done anything too serious yet.



Thank you.

I take that back - still got this error after changing main.inc. Changing the Apache/mod_php4 setting has stopped this error completely. Thank you.