firegento / firegento-adminmonitoring

Monitor all activities in the backend and provide a history about the changes.
GNU General Public License v3.0
91 stars 23 forks source link

Reduce memory usage while cleaning up #17

Closed Schrank closed 9 years ago

Schrank commented 9 years ago

PHP ran out of memory while cleaning up as out collection of things to delete grew too large one day.

This can be avoided by loading the items to delete in smaller chunks, which is implemented here.