Closed jearton closed 1 year ago
Hi. Yes, the manifold plugin does incur memory overhead, the amount of which varies depending on project structure, class hierarchy, etc. 3x is definitely on the high end. This will be addressed in future release. Apologies, for the inconvenience.
Describe the bug Without manifold, the compiler build process is normal.
With manifold comes into effect, the compiler build process takes a lot of memory which continuously risen. Finally lead to out of memory.
To Reproduce Steps to reproduce the behavior:
Prepare a Java project with 200,000 lines of code and import IntelliJ IDEA
Add manifold dependency
Add compiler args
rebuild the project.
Expected behavior
The build process should cost memory less than 1G.
I had to give it up because of the huge gap between using manifold or not in memory usage.
Desktop (please complete the following information):
Stack trace