Java内存的Used、Committed、Max的区别

2022-02-19  本文已影响0人  大数据Zone

不想看英文,可直接看最后的结论。

A MemoryUsage object represents a snapshot of memory usage. Instances of the MemoryUsage class are usually constructed by methods that are used to obtain memory usage information about individual memory pool of the Java virtual machine or the heap or non-heap memory of the Java virtual machine as a whole.
A MemoryUsage object contains four values:

上一篇 下一篇

猜你喜欢

热点阅读