microsoft / garnet

Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
https://microsoft.github.io/garnet/
MIT License
10.18k stars 508 forks source link

bgsave Execute command memory inflation #401

Closed chunjieyaya closed 4 months ago

chunjieyaya commented 4 months ago

Describe the bug

After executing the bgsave command in the test environment, the memory of windows is instantaneously guaranteed to 98%

Steps to reproduce the bug

-> redis-cli -p 3278 ->bgsave

Expected behavior

No response

Screenshots

1716251775800

Release version

1.0.8

IDE

No response

OS version

windows 10

Additional context

No response

badrishc commented 4 months ago
chunjieyaya commented 4 months ago

Upgrade to the latest version resolved