diff --git a/internal/lsp/debug/serve.go b/internal/lsp/debug/serve.go index 3b10a37bfd..c65c8f33cb 100644 --- a/internal/lsp/debug/serve.go +++ b/internal/lsp/debug/serve.go @@ -335,7 +335,7 @@ func (i *Instance) Serve(ctx context.Context) error { func (i *Instance) MonitorMemory(ctx context.Context) { tick := time.NewTicker(time.Second) - nextThresholdGiB := uint64(5) + nextThresholdGiB := uint64(1) go func() { for { <-tick.C