Skip to content

Commit 5d319b9

Browse files
authored
Merge pull request #1408 from CliMA/js/calib-shortrun
increase memory limit for calibration shortrun
2 parents 888d3db + 1a61c12 commit 5d319b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
JULIA_MAX_NUM_PRECOMPILE_FILES: 100
1313
GKSwstype: 100
1414
SLURM_KILL_BAD_EXIT: 1
15-
1615
CONFIG_PATH: "config/ci_configs"
1716

1817
timeout_in_minutes: 240
@@ -425,7 +424,7 @@ steps:
425424
CLIMACOMMS_CONTEXT: "SINGLETON"
426425
SHORT_RUN: ""
427426
agents:
428-
slurm_mem: 32GB
427+
slurm_mem: 64GB
429428
slurm_ntasks: 3
430429
slurm_gpus_per_task: 1
431430
slurm_cpus_per_task: 4

0 commit comments

Comments
 (0)