Skip to content

Commit 8f801b1

Browse files
committed
FST: Reduce default SHM sizes for 8 GPU test slightly
1 parent 33c0096 commit 8f801b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prodtests/full-system-test/start_tmux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ source $MYDIR/setenv.sh
2020
# This sets up the hardcoded configuration to run the full system workflow on the EPN
2121
export NGPUS=4
2222
export GPUTYPE=HIP
23-
export SHMSIZE=$(( 128 << 30 ))
24-
export DDSHMSIZE=$(( 128 << 10 ))
23+
export SHMSIZE=$(( 112 << 30 ))
24+
export DDSHMSIZE=$(( 112 << 10 ))
2525
export GPUMEMSIZE=$(( 24 << 30 ))
2626
export NUMAGPUIDS=1
2727
export EXTINPUT=1

0 commit comments

Comments
 (0)