Does this avoid oom?
Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
parent
20018d10ef
commit
44c86a4388
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue