-
Notifications
You must be signed in to change notification settings - Fork 29
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
tilemaker.py runs out of memory #5
Comments
Hi, I'm not sure how tilemaker exactly does it, since I didn't write it. The cheapest solution is simply add more memory:) The programmatic Dmitry On Mon, Dec 12, 2011 at 03:42, Anders Wallin
Dmitry Fedorov Levit Center for Bio-Image Informatics: Vision Research Lab, Electrical and Computer Engineering University of California, Santa Barbara DIMIN Viewer n5: |
+1 |
I've created a PNG file which is 20480x20480 pixels, i.e. 400 Mpixels. It is mostly black so takes only 3Mb of disk-space.
However on a machine with 2Gb RAM tilemaker.py fails to open the file and produce tiles - because it runs out of memory.
Are there some tricks to process this file on a 2Gb RAM machine?
How much RAM would I need?
The text was updated successfully, but these errors were encountered: