From ba544e3305a9a0c285fdcd0a65f5fcb85336c164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 29 Dec 2024 02:09:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=86=85=E5=AD=98?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/web/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/web/main.go b/cmd/web/main.go index ade971c9..eaf6eadc 100644 --- a/cmd/web/main.go +++ b/cmd/web/main.go @@ -28,7 +28,7 @@ func main() { } debug.SetGCPercent(10) - debug.SetMemoryLimit(256 << 20) + debug.SetMemoryLimit(128 << 20) web, err := initWeb() if err != nil {