Actions
Enhancement #22359
closedMake parsing "process" in inventory optional
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Effort required:
Name check:
To do
Fix check:
Checked
Regression:
No
Description
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:
inventory.parse.ignore.processes=true
(default false)
Actions