Skip to content

Commit

Permalink
build_electricity: raise memory for build_tranmission_projects (#1237)
Browse files Browse the repository at this point in the history
2 GB RAM was not enough, to avoid out-of-memory problems raised to 4 GB.
  • Loading branch information
nworbmot authored Aug 26, 2024
1 parent 20d5eb7 commit 66051e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/build_electricity.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 66051e0

Please sign in to comment.