How to check/see what vm options are in effect

Answered

I think I set my vmoptions via bat file. 
How do I check what vmoptions are in effect when IDE is running? 

Like if I click about it shows the JRE I'm using. But I want so see other, like how much ram was assigned, etc.

0
1 comment

Using command line tools like ps helps to show running java process with all properties, also please check: https://stackoverflow.com/a/26459970/8958060

0

Please sign in to leave a comment.