<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Armin,<br>
<br>
would you mind to try if jvm 1.7 works if you add the following
command line parameter?<br>
<br>
-XX:CompileCommand=exclude,com.graphhopper.coll.GHLongIntBTree::put<br>
<br>
e.g. append to the existing -Xmx2g setting like:<br>
JAVA_OPTS="-Xmx2g
-XX:CompileCommand=exclude,com.graphhopper.coll.GHLongIntBTree::put"<br>
<br>
See the potential related issue why this would be important to
clarify:<br>
<a class="moz-txt-link-freetext" href="https://github.com/graphhopper/graphhopper/issues/187">https://github.com/graphhopper/graphhopper/issues/187</a><br>
<br>
Regards,<br>
Peter<br>
<br>
On 25.08.2015 20:06, XCTrails wrote:<br>
</div>
<blockquote
cite="mid:CAMt9zrums0HHv9wzFe1-3gFSQ9rnxSj5enLmeUWQD8+aTma5ew@mail.gmail.com"
type="cite">
<div dir="ltr">Hi Peter,<br>
<br>
<div>
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div> that is possible and you would need to decrease
the weight of a certain edge if this edge is part of
a bike route relation. For that you'll need to tell
the flag encoder to store this info e.g. in the
flags and fetch it in a custom Weighting. See eg.
how to create a <a moz-do-not-send="true"
href="https://github.com/graphhopper/graphhopper/blob/master/docs/core/weighting.md"
target="_blank">custom weighting</a> and e.g.
encoder.setSpeed on how to store information in the
flags.<br>
</div>
</div>
</blockquote>
<div><br>
</div>
<div>ok, that's what I suspected... Seems like a bit more
effort and something for the Christmas break ;-)<br>
<br>
</div>
<div>cheers,<br>
</div>
<div>Armin<br>
<br>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
GraphHopper mailing list
<a class="moz-txt-link-abbreviated" href="mailto:GraphHopper@openstreetmap.org">GraphHopper@openstreetmap.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openstreetmap.org/listinfo/graphhopper">https://lists.openstreetmap.org/listinfo/graphhopper</a>
</pre>
</blockquote>
<br>
</body>
</html>