-
Bug
-
Resolution: Unresolved
-
Minor
-
None
Loading paramters from disk causes that there are different objects for matrix configuration builds in memory despite it is the same parameter. It causes troubles in case of big matrix project with many configurations and builds an with matrix configuration parameter. In my heap dump it takes about 5GB memory.
[JENKINS-43390] Loading parameters from xml file causes that the same parameters are different objects for matrix configuration builds
Component/s | Original: matrix-combinations-parameter-plugin [ 18156 ] |
Assignee | Original: Lucie Votypkova [ lvotypkova ] |
Code changed in jenkins
User: Lucie Votypkova
Path:
src/main/java/hudson/matrix/MatrixChildParametersAction.java
src/main/java/hudson/matrix/MatrixRun.java
src/test/java/hudson/matrix/MatrixChildParametersActionTest.java
http://jenkins-ci.org/commit/matrix-project-plugin/11761875780b92bb499c5b75ce2dc2293f59101a
Log:
Fix JENKINS-43390.