2

I have tried various workarounds but still facing the same issue. Below I have been using till now.

-Xmx1024m -Xms1024m -XX:MaxPermSize=1024m -DENV=uat -DENV_INSTANCE=uata

Please help.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
shree
  • 341
  • 4
  • 13

1 Answers1

0
  • Go to Help -> Edit custom VM options
  • Put/replace -Xmx2g in here to increase max heap size to 2 gigabytes for example.
  • Close the file and restart IntelliJ.

See also How to increase Heap size of JVM

BitfulByte
  • 4,117
  • 1
  • 30
  • 40