feat: manage the facts soft limit

- set the facts soft limit for agents and servers
- prevent warnings about reaching the default 2048 soft limit
This commit is contained in:
2024-06-08 13:56:53 +10:00
parent 07c896b924
commit aaf482c9b9
4 changed files with 5 additions and 0 deletions
@@ -11,3 +11,4 @@ runinterval = <%= @runinterval %>
runtimeout = <%= @runtimeout %>
show_diff = <%= @show_diff %>
usecacheonfailure = <%= @usecacheonfailure %>
number_of_facts_soft_limit = <%= @facts_soft_limit %>