From 7e2bc145e4c5db377efdf6ed553e331f7b353ec0 Mon Sep 17 00:00:00 2001 From: Slobodan Predolac Date: Mon, 19 May 2025 15:17:35 -0700 Subject: [PATCH] EASY - be explicit in non-vectorized hpa tests --- test/unit/hpa.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/unit/hpa.sh diff --git a/test/unit/hpa.sh b/test/unit/hpa.sh new file mode 100644 index 00000000..fe0e0b67 --- /dev/null +++ b/test/unit/hpa.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +export MALLOC_CONF="process_madvise_max_batch:0"