-
Notifications
You must be signed in to change notification settings - Fork 64
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
Complaints about lack of a map pool #83
Comments
does it go away if you run node-mapnik head with this fix: mapnik/node-mapnik@21253f7 ? |
Unclear (partially because I hosed and unhosed my mapnik install). I'll continue to keep an eye out for it now that I think I've got that patch. |
If your external mapnik install is hosted, you can get a quick source install out by doing |
Good to know. I wound up |
hmm, noting that this has started showing up in tilemill too: https://github.com/mapbox/tilemill/issues/2371 |
confirmed that this will be solved by upcoming node-mapnik v1.4.12 tag. |
I've been seeing this a bunch lately, initially when using TileMill@HEAD and now when running
tilelive-mapnik
's tests:render: this map appears to be in use by 1 other thread(s) which is not allowed. You need to use a map pool to avoid sharing map objects between concurrent rendering
The text was updated successfully, but these errors were encountered: