Revert "Does this avoid oom?"

This reverts commit 44c86a4388.
This commit is contained in:
fly 2020-01-08 16:23:45 +00:00
parent a836f7405f
commit 8683d958b0

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" -m 1 2>&1 ) 2> exec-time
time ( python3 ../../osm2city/build_tiles.py -f params.ini -b "$bounds" -p "$threads" 2>&1 ) 2> exec-time
ret=$?
if [ "$create_zip" == "1" ]; then