Skip to content

Commit

Permalink
[BUGFIX] Raise max. memory for Osmosis in Windows to 3GB (#171)
Browse files Browse the repository at this point in the history
* max. memory for Osmosis in Windows to 3GB

- reverts the deletion of this line in #42
- in context to https://help.openstreetmap.org/questions/21642/osmosis-outofmemory-java-heap-space

* Bump to version 3.1.1a0

only in setup.cfg
  • Loading branch information
treee111 authored Nov 23, 2022
1 parent bb0a9b9 commit 2be33bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wahoomc/tooling_win/Osmosis/bin/osmosis.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@ECHO OFF

REM # set the max. memory to be used to 3GB
set JAVACMD_OPTIONS=""-server -Xmx3G""

REM This is an equivalent Windows batch file to complement the unix shell script
REM Corresponding lines from the shell script are printed before the matching batch file commands

Expand Down

0 comments on commit 2be33bd

Please sign in to comment.