logo separator

[mkgmap-dev] mkgmap gives java error

From Clinton Gladstone clinton.gladstone at googlemail.com on Sat Mar 13 19:34:37 GMT 2010

On Mar 13, 2010, at 20:26, Tony Groves wrote:

> java.lang.OutOfMemoryError: Java heap space

This generally means that you need to allocate more memory to Java. Try something like the following:

  java -Xmx2048M -jar ...

Cheers.


More information about the mkgmap-dev mailing list