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.
Please sign in to leave a 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