rss too big?

Found a bug? Tell us!!
Post Reply
psx
Regular
Posts: 78
Joined: Sun Dec 16, 2007 7:09 pm

rss too big?

Post by psx »

http://www.internetpfarre.de/blog/feeds/index.rss2

1: <br />
2: <b>Fatal error</b>: Allowed memory size of 15728640 bytes exhausted (tried to allocate 1744819 bytes) in <b>XXXX/include/functions.inc.php</b> on line <b>644</b><br />

error log says

Thu Jan 10 21:59:04 2008] [error] PHP Fatal error: Allowed memory size of 15728640 bytes exhausted (tried to allocate 1744819 bytes) in XXX/functions.inc.php on line 644

15 mb of memory should be way enough for rss feeds...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: rss too big?

Post by garvinhicking »

Hi!

This can happen if your entries are too large and/or you have too many event plugins. You either need to remove some of those, shorten your entries or increase the RAM on your server.
15 mb of memory should be way enough for rss feeds...
Each s9y plugin takes up about 800kb of RAM. The HTML/RSS *output* size has little to do with memory allocation...

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/
psx
Regular
Posts: 78
Joined: Sun Dec 16, 2007 7:09 pm

Post by psx »

but this is an serendipity problem, i ran the same posts in another blog software without any problems!

for the moment i will increase php max mem, but i hope u will tune serendipity a lil bit-

i tried to increase to 25mb

but now [Thu Jan 10 22:29:09 2008] [error] PHP Fatal error: Allowed memory size of 26214400 bytes exhausted (tried to allocate 6199758 bytes) in /home/padre/papa.inode.at/www/home/blog/index.php on line 335

Serendipity ran amok!

after spaming the rss feed button, it went okay i didnt change anyhting.... just another mysterious.........
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!
psx wrote:but this is an serendipity problem, i ran the same posts in another blog software without any problems!
When you use MacOS instead of Windows, your RAM usage will also be completely different.

You surely had not installed the same plugins in the old software.

New software = new needs.
for the moment i will increase php max mem, but i hope u will tune serendipity a lil bit-
There's not much to tune, PHP objects simply require that amount of memory.
but now [Thu Jan 10 22:29:09 2008] [error] PHP Fatal error: Allowed memory size of 26214400 bytes exhausted (tried to allocate 6199758 bytes) in /home/padre/papa.inode.at/www/home/blog/index.php on line 335
what's at line 335 for you?

Please tell me the event plugins you have installed.
after spaming the rss feed button, it went okay i didnt change anyhting.... just another mysterious.........
What do you mean with this? Spaming the RSS feed button?

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/
Post Reply