Intellij occasionally unable to reserve enough space for object heap

前端 未结 3 1566
误落风尘
误落风尘 2021-02-09 22:52

RESOLVED check below for solution.

I\'m using Intellij Idea 2017.2.2. Below is my intellij Specs.

My Intellij would only occasionally fail a maven build or a jbo

3条回答
  •  攒了一身酷
    2021-02-09 23:30

    Ultimately I was able to resolve the issue by updating the proper JDK. My project was picking up on an incorrect JDK and hence was running the 32 Bit as opposed to 64 bit JDK.

    Simply added the correct JDK under File > Project Settings.

    It seemed that my project never required that much memory before, but once the need had risen, it seems that a 64 bit became required.

提交回复
热议问题