Whenever I run mvn install,my machine never completes it. I just want to increase the maven memory using command prompt.
Asked
Active
Viewed 31 times
0
-
“Never completes”? Hangs or gives an error message? – Thorbjørn Ravn Andersen Jul 09 '22 at 00:01
-
No error message or hangs but looks like it runs in type of infinite loop – DrunkDragon Jul 10 '22 at 03:39
-
You can either attach VisualVM to see what it is doing, or run `mvnDebug` instead, attach a debugger, and start Maven to be able to see what it is doing when it takes a very long time. This is like any other large program that behaves strange. – Thorbjørn Ravn Andersen Jul 10 '22 at 08:21