[GraphHopper] GraphHopper init slowed down with 6c8f0549
Thomas Ferris Nicolaisen
tfnico at gmail.com
Thu Dec 5 08:38:29 UTC 2013
Hi Peter,
I'm on OS X 10.8.5, I start GraphHopper embedded in a larger Java
application that has -XX:MaxPermSize=256m -Xmx2048m (prior to
embedding GH, the same app used 1024m), like this:
final EncodingManager encodingManager = new EncodingManager("CAR");
new GraphHopper()
.forServer()
.setGraphHopperLocation("/Users/tfnico/Downloads/graphhopper/workdir")
.setEncodingManager(encodingManager)
.setOSMFile("/Users/tfnico/Downloads/graphhopper/koeln-regbez-latest.osm.pbf")
.importOrLoad();
On Tue, Dec 3, 2013 at 4:40 PM, Peter K <peathal at yahoo.de> wrote:
> Hi Thomas,
>
> on which OS are you on and how much RAM do you give the import process?
>
> I've integration and performance tests running and at least until 29.11
> everything should be fine. I'll investigate.
>
> Regards,
> Peter.
>
>
>>
>> On Tue, Dec 3, 2013 at 4:04 PM, Thomas Ferris Nicolaisen
>> <tfnico at gmail.com> wrote:
>>>
>>> I'm not sure why this is, but after updating to the latest master, I
>>> have to wait ~18 minutes for a pretty small pbf
>>> (koeln-regbez-latest.osm.pbf):
>>>
>>
>>
>> Upon testing a bit more with older revisions (0.2 tag), this still
>> occurs randomly, so some other factor is playing in. Please disregard
>> my "accusation" of the commit in question.
>>
>> _______________________________________________
>> GraphHopper mailing list
>> GraphHopper at openstreetmap.org
>> https://lists.openstreetmap.org/listinfo/graphhopper
>>
>
>
More information about the GraphHopper
mailing list