mapbox / node-mbtiles

mbtiles utility, renderer, and storage backend for tilelive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: write EPIPE at errnoException

ajashton opened this issue · comments

Via support:

I am trying to reduce the size of my mbtiles file. Via MBPipe I run
mbpipe 'advpng -z -4' file.mbtiles On a 8 MB file this works as expected, but as soon as the mbtiles file exceed something about 30 MB the process fails with.

Error: write EPIPE at errnoException (net.js:776:11) at Object.afterWrite (net.js:594:19)

Any ideas on this?

The mbpipe command was removed in 0.3.0 a98037d - closing!