Heap Memory error while generating EvaluatedModel Report for large projects #9875
-
Description: Questions and Suggestions:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
You could try to enable the |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the answer, we tested with this option and it works now. |
Beta Was this translation helpful? Give feedback.
-
One information on top, we used to push this in one single run, |
Beta Was this translation helpful? Give feedback.
-
@mnonnenmacher is Trying with this, using 16GB for my Java:
|
Beta Was this translation helpful? Give feedback.
You could try to enable the
deduplicateDependencyTree
option of theEvaluatedModelReporter
, it significantly reduces the memory consumption. You can enable it by passing-O EvaluatedModel=deduplicateDependencyTree=true
to thereport
command.