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
Our presets currently overlap by 1 which ends up in having unexpected behavior if you configure max agents to a value like 30000. In this case you'll end up using the 12,500 - 30,000 presets rather than the >= 30000 preset:
Using system limits for 12500 to 30000 agents for a configured value of 30000 agents
I went with lowering the max by 1 in each default. That way if the number is 30000 you get the higher limits. @blakerouse is this something you have done already?
Our presets currently overlap by 1 which ends up in having unexpected behavior if you configure max agents to a value like 30000. In this case you'll end up using the 12,500 - 30,000 presets rather than the >= 30000 preset:
You can see how the bug presents itself:
fleet-server/internal/pkg/config/defaults/gt12500_limits.yml
Line 3 in 0181e48
fleet-server/internal/pkg/config/defaults/max_limits.yml
Line 2 in 0181e48
fleet-server/internal/pkg/config/env_defaults.go
Line 181 in 5b1c0df
This is sort of related to:
The text was updated successfully, but these errors were encountered: