2

I have faced with memory problem and read this question which tells to increase -Xmx parameter. But when I opened JUnit default Run configuration I saw no parameter -Xmx.

So how to determine the default value for -Xmx in JUnit in default Run configuration for Intellij Idea?

Community
  • 1
  • 1
Cherry
  • 31,309
  • 66
  • 224
  • 364

1 Answers1

0

Hope this link will hep you: https://intellij-support.jetbrains.com/hc/en-us/articles/206544869-Configuring-JVM-options-and-platform-properties

Otherwise Go to Run Configuration, There you will see VM Options, Where you can specify the configurations

Hussain
  • 915
  • 6
  • 11