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

Memory pressure under heavy load #231

Closed
akira opened this issue Jan 21, 2017 · 1 comment
Closed

Memory pressure under heavy load #231

akira opened this issue Jan 21, 2017 · 1 comment

Comments

@akira
Copy link
Owner

akira commented Jan 21, 2017

Based on other people's reports, it seems that there is memory pressure under heavy usage. This was confirmed by doing a test that constantly enqueues maximum tasks to stress the system.

This seems to be caused by 2 issues:

  1. The majority of the cause is from stats module - it seems that it falls behind the other parts of the system which causes those messages to queue up.
  2. The supervisor for the workers does not seem to be cleaning up properly.

These need to be investigated. The batched stats changes from #230 should fix issue 1.

@akira
Copy link
Owner Author

akira commented May 7, 2017

Ran stress test again, and this seems fixed by #265

@akira akira closed this as completed May 7, 2017
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

No branches or pull requests

1 participant