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 Swap with larger images #20

Open
flahn opened this issue Aug 25, 2016 · 0 comments
Open

Memory Swap with larger images #20

flahn opened this issue Aug 25, 2016 · 0 comments

Comments

@flahn
Copy link
Owner

flahn commented Aug 25, 2016

There is an issue, when you plot larger images. Then the operation runs quite a while and the hard drive is used heavily. Probable cause: The array information is stored in memory and after a while the memory is swapped onto the hard disk. This slows down the operation.

Note: internally a SpatialGridDataFrame is created which creates a full grid (even if the array is sparse)

flahn added a commit that referenced this issue Feb 23, 2017
- minor changes in spplot

[code]
- .downloadData has now a security check to prevent possible issues with
large downloads and memory swap (#20), the user can now interupt the
process it a threshold is passed
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