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

Memory Usage Overflow #290

Open
MuhammedKalkan opened this issue Apr 11, 2022 · 0 comments
Open

Memory Usage Overflow #290

MuhammedKalkan opened this issue Apr 11, 2022 · 0 comments

Comments

@MuhammedKalkan
Copy link

While reading rasters, which are too large to fit in ram, gdal does not utilize percent of memory to cache but instead filling all memory and going into pagefile.

Workaround is to set cachemax attribute, but without it, it should use a part of memory as default behaviour.

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