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

When clearing all caches, better clear vips and gdal caches #1766

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

manthey
Copy link
Member

@manthey manthey commented Jan 9, 2025

We weren't clearing the gdal block cache, and weren't clearing the vips cache completely. Further, the vips operation cache can't be set to zero or it has the potential to cause a future memory error.

GDAL also has a dataset pool (also a proxy pool), which I don't think this clears.

We weren't clearing the gdal block cache, and weren't clearing the vips
cache completely.  Further, the vips operation cache can't be set to
zero or it has the potential to cause a future memory error.

GDAL also has a dataset pool (also a proxy pool), which I don't think
this clears.
@manthey manthey merged commit b819db4 into master Jan 9, 2025
15 of 16 checks passed
@manthey manthey deleted the clear-cache branch January 9, 2025 15:51
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.

1 participant