user1354825
user1354825

Reputation: 1521

Does Intellij Community edition allow setting VM options?

I am unable to find the option of setting VM args to my Spring boot application in Intellij Community edition. Screenshot below: enter image description here

AFAIK Intellij Community edition has an option to specify VM args. Kindly help.

Upvotes: 0

Views: 730

Answers (1)

DanielBarbarian
DanielBarbarian

Reputation: 5333

From the screen where you are at: Click Modify Options. In the menu that appears, click Java -> Add VM Options. That is also accessible by a shortcut. Alt + V default on Windows.

[IntelliJ Modify Options

Once you checked Add VM Options a separate text box for VM options appear.

Upvotes: 1

Related Questions