Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce memory usage while cleaning up #16

Closed
wants to merge 1 commit into from

Conversation

janpapenbrock
Copy link
Contributor

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.

@therouv
Copy link
Member

therouv commented Feb 14, 2015

Hi @janpapenbrock thanks for your contribution. Could you please send the PR to the develop branch? I'd be happy to merge it there!

@therouv
Copy link
Member

therouv commented Feb 14, 2015

Fixed in #17

@therouv therouv closed this Feb 14, 2015
@janpapenbrock
Copy link
Contributor Author

My bad, sorry. Glad you got it in though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants