<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi all,</p>
<p><br>
</p>
<p>during the last days I noticed that splitter is about to reach an internal limit when you split planet with a rather small max-nodes value, e.g. max-nodes=800000.
<br>
</p>
<p>The log contains many lines like this:<br>
</p>
<p></p>
<div><b>way MAP occupancy</b>: 32.000.000, number of area dictionary entries: <b>
58132 </b>of <b>65535</b><br>
</div>
<p></p>
<p><br>
</p>
<p>If the number of <span>dictionary entries gets to 65535 (Short.MaxValue) splitter will</span> fail. To fix this problem I plan to change splitter to use another data structure</p>
<p>which will int values and allows to store much more entries. The drawback is that this will require more memory, maybe much more. My current estimation is +1GB
<br>
</p>
<p><br>
</p>
<p>Those who split planet: Please check the splitter log , esp. the last line that start with "<span>way MAP occupancy</span>". If you are close to 65535 consider to use a higher
<br>
</p>
<p>max-nodes value until I have coded the new data structures.</p>
<p><br>
</p>
Gerd<br>
<p><br>
</p>
</div>
</body>
</html>