Page 1 of 1

rss too big?

Posted: Thu Jan 10, 2008 10:13 pm
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...

Re: rss too big?

Posted: Thu Jan 10, 2008 10:21 pm
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

Posted: Thu Jan 10, 2008 10:40 pm
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.........

Posted: Fri Jan 11, 2008 11:56 am
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