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 {