Skip to content

Commit

Permalink
Reduce available memory on Hercules and Orion
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Sep 25, 2024
1 parent ff38f83 commit 7ae9337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ case ${machine} in
"ORION")
max_tasks_per_node=40
# shellcheck disable=SC2034
mem_node_max="192GB"
mem_node_max="180GB"
;;
"HERCULES")
max_tasks_per_node=80
# shellcheck disable=SC2034
mem_node_max="512GB"
mem_node_max="500GB"
;;
"JET")
case ${PARTITION_BATCH} in
Expand Down

0 comments on commit 7ae9337

Please sign in to comment.