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

[Bug] Sidekiq OOM'd due to excessive memory consumption on 'updarte stats' #411

Closed
shaman007 opened this issue Nov 18, 2024 · 0 comments
Closed

Comments

@shaman007
Copy link
Contributor

shaman007 commented Nov 18, 2024

Describe the bug
I'd imported 1 600 000 points for 7 years of Google Takeout data and trying to 'update stats' like countries visited, etc. gets Sidekiq to 3+ Gb. Seems like it wants to process everyting at once, I'd expect it to go month-by-monnth in manual mode.

Maybe let user select what month to update? I have 100 monthes to click, but at the moment it just wants too much RAM.

Version
0.16.4

To Reproduce
Steps to reproduce the behavior:

  1. import googlt takeout
  2. Click on 'update stats'
  3. Sidekiq wants over 3G of RAM

UPD

Without limits it ate all the RAM avaliable.

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