-
Notifications
You must be signed in to change notification settings - Fork 41
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
Performance issues #155
Comments
One thing to dig in is mapbox/carto#304 |
yohanboniface
added a commit
that referenced
this issue
Sep 24, 2013
Workaround for mapbox/carto#304
So with this little fix, load has fall down from 24 to 4 (i.e. just commenting the airport targetted from zoom 10). |
And the relevant issue in carto seems to be mapbox/carto#20 |
yohanboniface
added a commit
that referenced
this issue
Sep 24, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some tests at heavy load, osm13 gets 0.5 MT/s at full CPU. Orm gets ~10 MT/s. osm13 has ~1.75x the CPU power of orm, meaning the HOT style is about 35x slower as openstreetmap-carto. Even if the style is more complex (which I don't know), this is excessive.
@yohanboniface says most of the CPU is spent in renderd, i.e. in mapnik.
gravitystorm/openstreetmap-carto#20 is the relevant ticket for openstreetmap-carto from early in its development. mapnik with
./configure RENDERING_STATS=True
is suggestedThe text was updated successfully, but these errors were encountered: