开发者

What's my JVM Heap Size?

开发者 https://www.devze.com 2023-04-05 05:06 出处:网络
How do I determine the JVM heap size default 开发者_运维问答values?? Note that I\'m not interested in setting or modifying its initial, minimum, or maximum size before/while running my application. I

How do I determine the JVM heap size default 开发者_运维问答values??

Note that I'm not interested in setting or modifying its initial, minimum, or maximum size before/while running my application. I just want to know what it is on a given machine if I do nothing!


Runtime.getRuntime().totalMemory();
0

精彩评论

暂无评论...
验证码 换一张
取 消