8000 Define cpu topology · arangodb/arangodb@141d338 · GitHub
[go: up one dir, main page]

Skip to content

Commit 141d338

Browse files
committed
Define cpu topology
1 parent 9de436f commit 141d338

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/base_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ jobs:
564564
export KMP_AFFINITY=disabled
565565
export OMP_NUM_THREADS=1
566566
export OMP_DYNAMIC=false
567+
export KMP_HW_SUBSET=1s,1c
567568
568569
export TIMELIMIT=<< parameters.timeLimit >>
569570
# Note: we need the leading space for extraArgs to avoid a parsing issue in argparse
@@ -623,6 +624,7 @@ jobs:
623624
export KMP_AFFINITY=disabled
624625
export OMP_NUM_THREADS=1
625626
export OMP_DYNAMIC=false
627+
export KMP_HW_SUBSET=1s,1c
626628
627629
python3 scripts/toolbox/HotBackupConsistencyTest.py \
628630
--arangod $PWD/build/bin/arangod \
@@ -690,6 +692,7 @@ jobs:
690692
export KMP_AFFINITY=disabled
691693
export OMP_NUM_THREADS=1
692694
export OMP_DYNAMIC=false
695+
export KMP_HW_SUBSET=1s,1c
693696
694697
lscpu -e
695698
echo "CPUINFO"

0 commit comments

Comments
 (0)
0