@olivierlambert
I have set it to this
Static: 512 MiB/32 GiB
Dynamic: 32 GiB/32 GiB
could not change static value
okay did a migration again
but unfortunately the same result
Before migration
#redis-benchmark -r 1000000 -n 2000000 -t get,set,lpush,lpop -P 16 -q
SET: 223363.84 requests per second
GET: 235793.44 requests per second
LPUSH: 247954.38 requests per second
LPOP: 251572.33 requests per second
After migration
#redis-benchmark -r 1000000 -n 2000000 -t get,set,lpush,lpop -P 16 -q
SET: 111844.31 requests per second
GET: 118119.54 requests per second
LPUSH: 116083.34 requests per second
LPOP: 116795.14 requests per second
After reboot off VM on the second server
#redis-benchmark -r 1000000 -n 2000000 -t get,set,lpush,lpop -P 16 -q
SET: 244468.91 requests per second
GET: 254647.31 requests per second
LPUSH: 261848.66 requests per second
LPOP: 261574.69 requests per second