Skip to content

Commit

Permalink
Increase max allocatable memory on Orion
Browse files Browse the repository at this point in the history
Hercules was already correct
Refs NOAA-EMC#2956
  • Loading branch information
DavidHuber-NOAA committed Oct 4, 2024
1 parent 4477e60 commit e8a9b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ case ${machine} in
"ORION")
max_tasks_per_node=40
# shellcheck disable=SC2034
mem_node_max="180GB"
mem_node_max="188GB"
;;
"HERCULES")
max_tasks_per_node=80
Expand Down

0 comments on commit e8a9b96

Please sign in to comment.