From 8683d958b091bc6997f99f429d84355eb4ef9911 Mon Sep 17 00:00:00 2001 From: fly Date: Wed, 8 Jan 2020 16:23:45 +0000 Subject: [PATCH] Revert "Does this avoid oom?" This reverts commit 44c86a43880a451cfe8de1a0121df6b5081a5b35. --- build_tile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tile b/build_tile index 8fb9ee9..bd5d542 100644 --- a/build_tile +++ b/build_tile @@ -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