Run configuration not working

Answered

Well I'm impressed that IntelliJ imported my gradle Java 11 modular projects (100+ of them in multiple trees) without a hitch. In Eclipse I was pulling my hair out for a couple of solid days and it still didn't work. 

However, the easy thing I expected to work didn't. I created a run configuration for my application and passed the JVM argument -Xmx8g. Strangely, it was passed as an argument to the application instead of the JVM, which failed because it doesn't accept that switch. I thought surely I must have messed it up so I triple checked and yes, I definitely put the -Xmx8g under "VM options". Any ideas?

0
1 comment

Please upload any small sample project that will reproduce the issue: https://uploads.jetbrains.com.

With Gradle Build / Run delegation enabled:

 

Without delegation (https://i.imgur.com/HpeUaUE.png):

0

Please sign in to leave a comment.