Actions
Bug #16467
closedA lot of data is computed and stored in Policy object, that is either never used, or used only once
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
It uses a lot of memory for nothing, stripping unused data saves 600MB on a 4500 nodes plateform, an not storing the computed data but computing it on the fly has a minor perf penalty (around 3s), but saves also 600 MB
code was first tested in https://github.com/Normation/rudder/pull/2648/files, and extracted to fit more the ticket name and to not have a big bang ticket
Actions