From 177014ff937b7647b35c785711dfb89087978426 Mon Sep 17 00:00:00 2001 From: Benjamin Kreuscher Date: Tue, 25 Oct 2022 22:50:25 +0200 Subject: [PATCH 1/2] 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 --- wahoomc/tooling_win/Osmosis/bin/osmosis.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wahoomc/tooling_win/Osmosis/bin/osmosis.bat b/wahoomc/tooling_win/Osmosis/bin/osmosis.bat index 33784955..bd7b5b6d 100644 --- a/wahoomc/tooling_win/Osmosis/bin/osmosis.bat +++ b/wahoomc/tooling_win/Osmosis/bin/osmosis.bat @@ -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 From 84390cdf95ae4bc263408f0ec4143eceb5bfdeaa Mon Sep 17 00:00:00 2001 From: Benjamin Kreuscher Date: Mon, 14 Nov 2022 00:49:02 +0100 Subject: [PATCH 2/2] Bump to version 3.1.1a0 only in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1e65cfc1..377cd96e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = wahoomc -version = 3.1.0 +version = 3.1.1a0 author = Benjamin Kreuscher author_email = benni.kreuscher@gmail.com description = Create maps for your Wahoo bike computer based on latest OSM maps