From c6d375493884e68023fbb459ed76b4d900cfa74e Mon Sep 17 00:00:00 2001 From: Akizon77 Date: Sat, 6 Sep 2025 06:30:17 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=AF=E7=94=A8=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8D=E8=87=AA=E5=8A=A8=E5=BC=80=E5=90=AF=E6=A3=80=E6=B5=8B?= =?UTF-8?q?buffer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index ef83fb4..d71d721 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -68,7 +68,7 @@ func Execute() { break } if arg == "-memory-mode-available" || arg == "--memory-mode-available" { - flags.MemoryIncludeCache = true + //flags.MemoryIncludeCache = true log.Println("WARNING: The --memory-mode-available flag is deprecated in version 1.0.70 and later. Use --memory-include-cache to report memory usage including cache/buffer.") os.Args = append(os.Args[:i], os.Args[i+1:]...) }