active defrag tests need to run single threaded because jemalloc has seperate mempools per thread and the numbers won't match otherwise
Former-commit-id: 3a1d3090f2ec5a442e3a7c192987cdfa24094145
This commit is contained in:
parent
0bb036aebb
commit
dd8e8b098c
@ -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,
|
# if the current slab is lower in utilization the defragger would have ended up in stagnation,
|
||||||
# keept running and not move any allocation.
|
# keept running and not move any allocation.
|
||||||
# this test is more consistent on a fresh server with no history
|
# 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 flushdb
|
||||||
r config resetstat
|
r config resetstat
|
||||||
r config set hz 100
|
r config set hz 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user