From fe1083762edaf6bc8af52c0b2fa9842a479c6245 Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Mon, 13 May 2024 16:18:01 +0200 Subject: [PATCH] Set MALLOC_CONF=junk:true for PR tests as proposed in https://github.com/cms-sw/cmssw/issues/44962 --- pr_testing/setup-pr-test-env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pr_testing/setup-pr-test-env.sh b/pr_testing/setup-pr-test-env.sh index 95d5b00bb3f8..3c2938ea382d 100644 --- a/pr_testing/setup-pr-test-env.sh +++ b/pr_testing/setup-pr-test-env.sh @@ -66,6 +66,7 @@ else popd fi export PATH=$CMS_BOT_DIR/das-utils:$PATH +export MALLOC_CONF=junk:true CMSSW_IB=${CMSSW_VERSION} CMSSW_QUEUE=$(echo ${CMSSW_VERSION} | sed 's|_X.*|_X|') if [ "${UPLOAD_UNIQ_ID}" != "" ] ; then