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

Increase ability to load files > 200 MB on windows #1565

Closed
springmeyer opened this issue Jul 5, 2012 · 1 comment
Closed

Increase ability to load files > 200 MB on windows #1565

springmeyer opened this issue Jul 5, 2012 · 1 comment

Comments

@springmeyer
Copy link
Member

TileMill 0.9.0 on windows could barely touch a raster without crashing: #1355. Now TileMill 0.9.1 on windows can load rasters up to around 200 MB, but larger still crashes. My hunch is the problem is the data copying: #1363 and #1354, whereby the cp command runs out of memory. The next task is, on windows 7, to try returning to using symlinks (#1504), and then to see if large (~ 1GB) rasters work, which they should. There is nothing on the Mapnik or GDAL side that cannot handle rasters this size, as long as OVERVIEWS are built with gdaladdo.

@springmeyer
Copy link
Member Author

fixed by tilemill-project/millstone@74e9b45. just touching a file of 300 MB with node's fs.readFile would crash instantaneously on windows.

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