build_electricity: raise memory for build_tranmission_projects (#1237)
2 GB RAM was not enough, to avoid out-of-memory problems raised to 4 GB.
This commit is contained in:
parent
20d5eb7cb7
commit
66051e04d4
@ -373,7 +373,7 @@ rule build_transmission_projects:
|
|||||||
benchmark:
|
benchmark:
|
||||||
benchmarks("build_transmission_projects")
|
benchmarks("build_transmission_projects")
|
||||||
resources:
|
resources:
|
||||||
mem_mb=2000,
|
mem_mb=4000,
|
||||||
threads: 1
|
threads: 1
|
||||||
conda:
|
conda:
|
||||||
"../envs/environment.yaml"
|
"../envs/environment.yaml"
|
||||||
|
Loading…
Reference in New Issue
Block a user