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

Limit the sparse cache size #279

Merged
merged 6 commits into from
Jul 26, 2022
Merged

Limit the sparse cache size #279

merged 6 commits into from
Jul 26, 2022

Conversation

kuenishi
Copy link
Member

@kuenishi kuenishi commented Jul 25, 2022

Can be used like

  with from_url("s3://path/to/foo.zip", local_cache=True, reset_on_fork=True,
                cache_size_limit=4096*4096) as s3:
    s3.open.read()

@kuenishi kuenishi added the cat:feature Implementation that introduces new interfaces. label Jul 25, 2022
@kuenishi kuenishi added this to the 2.3.0 milestone Jul 25, 2022
@kuenishi kuenishi merged commit 2bb50ac into master Jul 26, 2022
@kuenishi kuenishi deleted the cache-limit branch July 26, 2022 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:feature Implementation that introduces new interfaces.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant