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

High memory usage #5

Closed
MaicolBen opened this issue Jan 23, 2017 · 2 comments
Closed

High memory usage #5

MaicolBen opened this issue Jan 23, 2017 · 2 comments

Comments

@MaicolBen
Copy link

On my server, the amount of memory is almost proportional to the amount of tasks, I've 21 tasks, and it consumes 90% of the memory (8 GB), if I remove 2-3 tasks, the memory used decreases to 82% and so on. I guess it is the same issue that adamwiggins#17

@gr8bit
Copy link

gr8bit commented Feb 16, 2017

I'm curious: do you let clockwork do the work or do you use background runners like ActiveJob, Sidekiq etc.?

@MaicolBen
Copy link
Author

Yes, I let clockwork do the job, but I switched to whenever and the memory decreased.

I know that the best is to send to background everything. I'll close this issue since it seems to depend on the code that you're running and not in clockwork.

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

2 participants