Allowed memory size of 134217728 bytes exhausted

The news app worked without any problems for quite a while. Since yesterday I get the error:

[PHP] Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2359296 bytes) at /www/htdocs/xxx/xxx/apps/news/vendor/debril/feed-io/src/FeedIo/Rule/DateTimeBuilder.php#154

Nothing has been changed in the configuration.

Well it asks for more memory than you have available. There is perhaps more stuff in your Nextcloud than some time ago?

You ran out of RAM that probably is not only a issue for News but other apps as well.

Have you checked, the Admin Overview page, it should give you a warning if you don’t have enough Memory defined in your PHP configuration.

The recommendation by Nextcloud is at least 512MB Memory. Of course depending on the size and usage of your setup you might need more.