Force running each chunk single threaded
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
678d233213
commit
458125436d
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ else:
|
|||
|
||||
os.system("echo '" + bounds + "' > projects/worldbuild-" + name + "/settings")
|
||||
|
||||
os.system("./build worldbuild-" + name)
|
||||
os.system("./build -t 1 worldbuild-" + name)
|
||||
|
||||
if os.path.isfile("projects/worldbuild-" + name + "/osm2city-exceptions.log"):
|
||||
os.system("mv projects/worldbuild-" + name + "/osm2city-exceptions.log projects/worldbuild/output/error/" + name + ".exceptions.log")
|
||||
|
|
Loading…
Reference in a new issue