From 562c0ae3de29d2419d5291b7253117a746194490 Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 14 Jun 2021 03:34:56 +0000 Subject: [PATCH] memefficiency tests need to run single threaded as jemalloc has seperate pools for threads Former-commit-id: 02152c7bd8bc0462edd809122873ceb8644dc69a --- tests/unit/memefficiency.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/memefficiency.tcl b/tests/unit/memefficiency.tcl index 4ee6fdbdb..db18e7128 100644 --- a/tests/unit/memefficiency.tcl +++ b/tests/unit/memefficiency.tcl @@ -395,7 +395,7 @@ start_server {tags {"defrag"} overrides {appendonly yes auto-aof-rewrite-percent # if the current slab is lower in utilization the defragger would have ended up in stagnation, # keept running and not move any allocation. # this test is more consistent on a fresh server with no history - start_server {tags {"defrag"} overrides {save ""}} { + start_server {tags {"defrag"} overrides {save "" server-threads 1}} { r flushdb r config resetstat r config set hz 100