Heap Memory error while generating EvaluatedModel Report for large projects #9875
|
Description: Questions and Suggestions:
|
Replies: 4 comments 13 replies
|
You could try to enable the |
|
Thank you very much for the answer, we tested with this option and it works now. |
|
One information on top, we used to push this in one single run, |
|
@mnonnenmacher is Trying with this, using 16GB for my Java: |

You could try to enable the
deduplicateDependencyTreeoption of theEvaluatedModelReporter, it significantly reduces the memory consumption. You can enable it by passing-O EvaluatedModel=deduplicateDependencyTree=trueto thereportcommand.