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

Handle objects larger than available disk space gracefully in the Client FileCache #147

Open
tuulos opened this issue Mar 3, 2020 · 0 comments
Assignees

Comments

@tuulos
Copy link
Collaborator

tuulos commented Mar 3, 2020

Currently the Client FileCache tries to write each object on disk before loading it to memory. This is problematic when the available disk space is less than the available memory, which can happen e.g. on the default AMIs for AWS Batch:

https://gitter.im/metaflow_org/community?at=5e5dfb2dd045e258250e782f

In cases like this, we should just skip the cache.

@savingoyal savingoyal self-assigned this Mar 17, 2020
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