You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.Info().Msgf("Using system limits for %d to %d agents for a configured value of %d agents", l.Agents.Min, l.Agents.Max, agentLimit)
295
-
ramSize:=int(memory.TotalMemory() /1024/1024)
296
+
ramSize:=memory.TotalMemory() /1024/1024
296
297
iframSize<l.RecommendedRAM {
297
298
log.Warn().Msgf("Detected %d MB of system RAM, which is lower than the recommended amount (%d MB) for the configured agent limit", ramSize, l.RecommendedRAM)
0 commit comments