Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 39 bytes) in /home/www/web85/html/blog/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 538
I get this errors very often. I think it's some Webserver configuration problem. But I'm on a shared host and can't change the configuration there. The other question is, why 8MB are not enough? What the hell are these scripts doing and is there any possibility to change it?
Problem installing plugins
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Problem installing plugins
Hi!
This means your webserver has not enough RAM (not disk size) to install any more plugins.
You either have to remove some plugins first, or ask your provider to raise your RAM limit (PHP "memory_limit" option).
Typo3, for example, requires a minimum of 16MB of RAM, and most installations I am using it for require about 48MB for the Extensions it uses.
Regards,
Garvin
This means your webserver has not enough RAM (not disk size) to install any more plugins.
You either have to remove some plugins first, or ask your provider to raise your RAM limit (PHP "memory_limit" option).
Wen Spartacus loads the plugin list, it needs to parse a XML file into memory. XML files are large structures, they can easily take up to 2 MB RAM. Then, each s9y plugin is a PHP object, which take up much serialized space. For each plugin some language constants are loaded, so you can calculate about 500kb for each plugin you have installed. the serendipity functions themselves need to be loaded into memory, and the framework takes about 3-4MB of your RAM.The other question is, why 8MB are not enough? What the hell are these scripts doing and is there any possibility to change it?
Typo3, for example, requires a minimum of 16MB of RAM, and most installations I am using it for require about 48MB for the Extensions it uses.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/