20.09.2009, 20:04
(18.09.2009, 21:34)RsH Wrote: I am NOT a java expert and have no idea how I could increase the java heap space, nor should I need to even consider that as a raw user of RouteConverter <grin>... Yes, I know I take long trips!
Hello Robert,
don't expect simple solutions if you're that far away from the typical usage patterns

So you have to become an expert. The first interesting information is that I have limited the heap memory a RouteConverter.exe can consume to 256 MByte. Quite frankly I don't know how many GPX or NMEA positions may be processed with that but it should be enough for 20000 or 30000 positions.
To increate the heap size that RouteConverter might use, download the RouteConverter.jar version and start it with
Quote:java -mx1024m -jar RouteConverter.jar
from the command line to increase the maximum heap to 1 GByte (1024 MByte). If you like you can put the line above into a file called RC.bat and you can avoid opening the command line each time you load or save larger tracks.
I hope this helps.
--
Christian
Christian