Does this avoid oom?

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2019-05-21 06:25:28 +00:00
parent 20018d10ef
commit 44c86a4388

View file

@ -105,7 +105,7 @@ fi
# change to the project dir and build
cd projects/$project
time ( python3 ../../osm2city/build_tiles.py -f params.ini -b "$bounds" -p "$threads" 2>&1 ) 2> exec-time
time ( python3 ../../osm2city/build_tiles.py -f params.ini -b "$bounds" -p "$threads" -m 1 2>&1 ) 2> exec-time
ret=$?
if [ "$create_zip" == "1" ]; then