In short:
- spartacus plugin is enabled, downloading plugins works correctly
- when I disable theme download in spartacus plugin preferences, theme selection works correctly
- when I enable theme download in spartacus plugin preferences, I can't open the theme selection window at all (click to Manage Styles results in textual info that some index file was downloaded, without the resulting window being open at all)
The explanation is likely in the logs:
PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 71 bytes) in /home/marcink/moj_web_blog/data/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 260
So I have:
- a question: how much memory is currently needed to handle this very case (= which memory_limit people who are able to open this have in php.ini)
- a suggestion: maybe this code is worth looking at to reduce memory requirements a little bit?
Spartacus plugin and themes = no theme config (mem?)
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Also, the amount of s9y's ram usage is very dependant on the amount of event plugins you are using. Each takes about roughly 500k - 1MB in RAM...
Spartacus itself can take up to 4-5MB space.
Regards,
Garvin
Also, the amount of s9y's ram usage is very dependant on the amount of event plugins you are using. Each takes about roughly 500k - 1MB in RAM...
Spartacus itself can take up to 4-5MB space.
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/
Some notes:
- while working with 16MB limit I finally got this error on event plugins too
- after switch to 32MB the problem seems to be gone (both with themes and with plugins)
My bet: there are quite a lot of plugins and themes, if they are loaded as a whole, with descriptions and images, it may matter....
PS Counting memory makes sense, I hope I am not the only one running serendipity on VPS?
- while working with 16MB limit I finally got this error on event plugins too
- after switch to 32MB the problem seems to be gone (both with themes and with plugins)
My bet: there are quite a lot of plugins and themes, if they are loaded as a whole, with descriptions and images, it may matter....
PS Counting memory makes sense, I hope I am not the only one running serendipity on VPS?
Can you please tell me or show me the link to down SPARTACUS
I can't seem to find the install file to add SPARTACUS to my Serendipity blog?? can you sent me the link pleasegarvinhicking wrote:Hi!
Also, the amount of s9y's ram usage is very dependant on the amount of event plugins you are using. Each takes about roughly 500k - 1MB in RAM...
Spartacus itself can take up to 4-5MB space.
Regards,
Garvin