increase mem_mb for build_powerplants rule

This commit is contained in:
Fabian Neumann 2024-07-01 13:33:29 +01:00
parent 299a8ed65b
commit 54009e7af8

View File

@ -58,7 +58,7 @@ rule build_powerplants:
logs("build_powerplants.log"),
threads: 1
resources:
mem_mb=5000,
mem_mb=7000,
conda:
"../envs/environment.yaml"
script: