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:
|
||||
benchmarks("build_transmission_projects")
|
||||
resources:
|
||||
mem_mb=2000,
|
||||
mem_mb=4000,
|
||||
threads: 1
|
||||
conda:
|
||||
"../envs/environment.yaml"
|
||||
|
Loading…
Reference in New Issue
Block a user