Enhancement #22359
Updated by François ARMAND over 1 year ago
Some users don't use the "processes" part of node inventories, and it causes massive performance problems b/c they ten of thousands of them.
Ideally, we would like to have an option so that they are not send inventory, but a first simple step is to skip their parsing (and so they actually will be seen as empty, avoiding rudder-app part of perf problems).
The config option in rudder-web.properties is:
<pre>
inventory.parse.ignore.processes=true
</pre>
(default false)