Skip to content

Commit

Permalink
resolve failing tests in nightly cray ex perf job by updating max hea…
Browse files Browse the repository at this point in the history
…p size (#26069)

See (Cray/chapel-private#6710). We have
several tests in our `hpe-cray-ex-performance-test-perf.hpe-cray-ex.ofi`
job failing because they're running out of memory. This PR updates
`CHPL_RT_MAX_HEAP_SIZE` to 50%.

This is what we have it set to in `./common-hpe-cray-ex.bash` so this
seems like it should be fine to do.

I haven't manually verified that this resolves all the failing tests,
but given that we've had these failures going for a while (and I'm on
triage) I don't mind pushing this out as an experimental update and
dealing with any fallout that occurs tomorrow.

[Reviewed by nobody; test infrastructure update]
  • Loading branch information
stonea authored Oct 29, 2024
2 parents 4afd411 + a8f6cc6 commit a94756a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/cron/test-perf.hpe-cray-ex.ofi.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source $CWD/common-ofi.bash || \
source $CWD/common-hpe-cray-ex.bash

export CHPL_RT_COMM_OFI_EXPECTED_PROVIDER="cxi"
export CHPL_RT_MAX_HEAP_SIZE=16g
export CHPL_RT_MAX_HEAP_SIZE="50%"

nightly_args="${nightly_args} -no-buildcheck"
perf_args="-performance -perflabel ml- -numtrials 1"
Expand Down

0 comments on commit a94756a

Please sign in to comment.