diff --git a/cmd/gateway-main.go b/cmd/gateway-main.go index 23f8417a2..1eb9fb2c2 100644 --- a/cmd/gateway-main.go +++ b/cmd/gateway-main.go @@ -147,7 +147,7 @@ func StartGateway(ctx *cli.Context, gw Gateway) { gatewayHandleEnvVars() // Set system resources to maximum. - logger.LogIf(GlobalContext, setMaxResources()) + setMaxResources() // Set when gateway is enabled globalIsGateway = true