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
Updated by Nicolas CHARLES almost 5 years ago
- Related to Bug #15675: Leak in Cache of Node Compliance and NodeInfo and perfs improvement added
Updated by Nicolas CHARLES almost 5 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES almost 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/2691
Updated by Nicolas CHARLES almost 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|a04bc0a36556bbf8b0b7957c66d03f491b2a2514.
Updated by Nicolas CHARLES almost 5 years ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset almost 5 years ago
- Name check changed from To do to Reviewed
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.16 which was released today.
Actions