Quote from: "supermaz"I would recommend to set the max value instead of the min value or at least to set both. I think that 600m could be a little few for larger maps.
So better use something like (replace the value to fit your RAM and bittiness):Code Selectset JAVACMD_OPTIONS="-Xms600m -Xmx2000m"
I couldn't get osmosis to work before adding the minimum ram "-Xms600m" option.. With that it works.