diff --git a/internal/bootstrap/app.go b/internal/bootstrap/app.go index 907d5a15..f0b5cafe 100644 --- a/internal/bootstrap/app.go +++ b/internal/bootstrap/app.go @@ -2,7 +2,6 @@ package bootstrap import ( "os" - "runtime/debug" ) func boot() { @@ -10,9 +9,6 @@ func boot() { panic("panel must run as root") } - debug.SetGCPercent(10) - debug.SetMemoryLimit(64 << 20) - initConf() initGlobal() initLogger()