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

coverage should check scale before allocating larger-than-memory buffer arrays #661

Closed
rafaqz opened this issue May 8, 2024 · 0 comments · Fixed by #666
Closed

coverage should check scale before allocating larger-than-memory buffer arrays #661

rafaqz opened this issue May 8, 2024 · 0 comments · Fixed by #666

Comments

@rafaqz
Copy link
Owner

rafaqz commented May 8, 2024

scale=1000 will nearly always kill julia by trying to make a 1000 * 1000 * prod(size(raster)) BitMatrix for the coverage buffer.

That's usually like a terrabyte. We should check available memory and error rather than killing julia.

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 a pull request may close this issue.

1 participant