Actions
Bug #15646
closedHuge quantity of memory not released after generation
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
at the end of the generation, all nodeconfigurations are kept in memory, while they should be dismissed
in DeploymentService, we return the keyValues of the updatedNodeConfigs - andd it somehow keeps a reference to the map, preventing it to be garbage collected
on large install (3500 nodes with hundred of directives per nodes), it uses 3.5Go
It seems it was introduced in 5.0.9 or 5.0.10
Updated by Nicolas CHARLES about 5 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES about 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/2443
Updated by Vincent MEMBRÉ about 5 years ago
- Target version changed from 5.0.14 to 5.0.13
Updated by Nicolas CHARLES about 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|94138464baf6a3b90c459c2234312d729ef9a901.
Updated by François ARMAND about 5 years ago
This is maybe a Scala bug, tracked here: https://github.com/scala/bug/issues/11727
Updated by François ARMAND about 5 years ago
- Subject changed from Memory Leak in Rudder 5.0 to Huge quantity of memory not released after generation
Updated by François ARMAND about 5 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ about 5 years ago
- Name check changed from To do to Reviewed
Updated by Vincent MEMBRÉ about 5 years ago
This bug has been fixed in Rudder 5.0.13 which was released today.
Updated by Vincent MEMBRÉ about 5 years ago
- Related to Bug #15648: ComplianceLevels number keep growing in memory added
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending release to Released
Actions