-
Notifications
You must be signed in to change notification settings - Fork 612
Description
Describe the bug
when use "save" cmd in Another Redis Desktop Manager, 100% mem(from 6.1G up to 15.1G) and 100% disk usage(write c:\windows\system32\store\checkpointxxx,c:\windows\system32\objectstore\xxx).
my config:
{
"Port" : 6379,
"MemorySize" : "1g",
"LogDir": "c:\temp\_garnet\",
"EnableStorageTier": true,
/"EnableAOF": true/
}
use nuget v1.0.8 ,in .net 8 woker service project, host in windows service.
Is that my config error or bug?
Steps to reproduce the bug
1,start garnet service.the cache is empty.
2,open Another Redis Desktop Manager V1.5.2.
3,input cmd "set ka aaa" enter,"set kb bbb" enter,then input “save" enter。
4,garnet process write c:\windows\system32\stroe\checkpoint** crazy ,and memory up to the max.
Expected behavior
No response
Screenshots
No response
Release version
V1.0.8
IDE
No response
OS version
windows 10 pro 22h2
Additional context
No response