The feed from my site is not working because there does not appear to be any limit of articles it will feed to other sites. I am using Teline IV, J1.7, with newspro and news featured on the page. How can I limit the number of articles that will go into the feed?
I have a feed set up on the page so that other sites can get a feed of stories from my site.
The feed for one category is as follows:
http://hamlethub.com/ridgefield?format=feed&type=rss
It returns an error message, because the server has run out of memory.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4900767 bytes) in /home/princeto/public_html/hamlethub.com/libraries/joomla/document/feed/feed.php on line 232
However the feed works fine for other categories:
http://hamlethub.com/danbury?format=feed&type=rss
The only difference that I can see is that the site that is broken has a lot more articles. Therefore the feed is attempting to send hundreds of articles, and that is why it is running out of memory.
Thanks!