Skip to content

Commit 4d704b3

Browse files
bobbyxnglindnemi
authored andcommitted
Increase rule memory (#1794)
1 parent d973f5d commit 4d704b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rules/build_electricity.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ rule base_network:
100100
benchmarks("base_network")
101101
threads: 4
102102
resources:
103-
mem_mb=1500,
103+
mem_mb=2000,
104104
conda:
105105
"../envs/environment.yaml"
106106
script:

rules/build_sector.smk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ rule build_industrial_production_per_country:
839839
),
840840
threads: 8
841841
resources:
842-
mem_mb=1000,
842+
mem_mb=2000,
843843
log:
844844
logs("build_industrial_production_per_country.log"),
845845
benchmark:
@@ -989,7 +989,7 @@ rule build_industrial_energy_demand_per_country_today:
989989
),
990990
threads: 8
991991
resources:
992-
mem_mb=1000,
992+
mem_mb=2000,
993993
log:
994994
logs("build_industrial_energy_demand_per_country_today.log"),
995995
benchmark:

0 commit comments

Comments
 (0)