Hi,

On 06.10.2012 23:00, Michal Migurski wrote:
I'm running Osmosis on a complete recent planet, and seeing memory errors.

My ~/.osmosis file looks like this:

        JAVACMD_OPTIONS=-server
        JAVACMD_OPTIONS=-Xmx16G

If you write it this way, the 2nd line cancels out the 1st. You need to write

JAVACMD_OPTIONS="-server -Xmx16G"

- if your two lines had been the other way round then that would likely been the cause of the problem, however since in your setting it is the -server that is cancelled out, this likely won't help much ;(

Bye
Frederik

--
Frederik Ramm  ##  eMail [email protected]  ##  N49°00'09" E008°23'33"

_______________________________________________
talk mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/talk

Reply via email to