How to check/see what vm options are in effect

已回答

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

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

请先登录再写评论。