Discussions

PHP Memory

Hi - first time using Drupal 7 commerce. Is it resource hungry?

Keep getting this message

Fatal error: Allowed memory size of 103809024 bytes exhausted (tried to allocate 512 bytes) in /mysite.co.uk/html/includes/menu.inc on line 1575

my grid server has a limit of 99MB.

or could there be another issue here?

Many thanks

Jon

Posted: Jul 31, 2012

Comments

moikka2 on January 13, 2013

with newest 7.x-2.0 installed/loaded 6.1.2013.

Cannot install with 128M (using directly from service provider, not local wamp or other).
needed 256M

also this is the service provider settings
- Apache 2.x (latest stable version)
- PHP 5.3 (latest stable version)
- PHP is runned through mod_fcgid:n (not directly as apache module)
- 64bit

and after installing with 256mb and then changed back to 128mb (which operator will want to keep). i keep getting these :

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /includes/menu.inc on line 358
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 79368 bytes) in/includes/database/database.inc on line 2139
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /includes/bootstrap.inc on line 950

Could someone comment? i dont want to proceed building 200-300pcs store if this keeps happening.

ronald on January 14, 2013

either reduce the number of modules, you are using, or extend the hosting plan.
As more modules you have installed, as mor memory you will need.
Just play around with deaktivating some modules.
The number of products makes no difference.