[OSM-talk] Osmosis heap space, tuning not working
Frederik Ramm
frederik at remote.org
Sat Oct 6 23:44:26 BST 2012
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 frederik at remote.org ## N49°00'09" E008°23'33"
More information about the talk
mailing list