Maven Out of Memory Build Failure

前端 未结 13 1133
情歌与酒
情歌与酒 2020-11-29 18:37

As of today, my maven compile fails.

[INFO] [ERROR] Unexpected
[INFO] java.lang.OutOfMemoryError: Java heap space
[INFO]  at java.util.Arrays.copyOfRange(Arr         


        
13条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 19:16

    Someone has already mentioned the problem with the 32 bit OS. In my case the problem was that I was compiling with 32 bit JDK.

提交回复
热议问题