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

Enlarge droplet to 64GB RAM to avoid memory error #561

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ogecece
Copy link
Member

@ogecece ogecece commented Aug 23, 2021

When running the /contrib/crontab/update task, the TraveledSpeedsClassifier was raising MemoryError in it's predict method (line 70).

This is a temporary solve. We should investigate if this memory consumption can be reduced.

This issue is further described in #560.

Fixes:
#556

When running the `/contrib/crontab/update` task, the
`TraveledSpeedsClassifier` was raising `MemoryError` in it's
`predict` method (line 70).

This is a temporary solve. We should investigate if this memory
consumption can be reduced.
@cuducos
Copy link
Collaborator

cuducos commented Aug 24, 2021

As these droplets (virtual machines, for those not familiar with DigitalOcean jargon) are short-lived, this might not be only a temporary fix. I think it worth it to deploy and check how much the bill raises at the end of the month. If that is a considerable amount, then we could try to find a better way…

Maybe finally it is time for Dask

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.

None yet

2 participants