memefficiency tests need to run single threaded as jemalloc has seperate pools for threads

Former-commit-id: 02152c7bd8bc0462edd809122873ceb8644dc69a
This commit is contained in:
John Sully 2021-06-14 03:34:56 +00:00
parent eb1637c061
commit 6309e5f08c

View File

@ -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