Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从遇到 OutOfMemory 异常的用户那里得到了一个 hprof 文件。但是当使用 Eclipse Memory Analyzer 打开该文件时,它显示总内存只有 9.6MB,与实际堆大小 75MB 相差甚远。配置文件进程是否可能只转储部分堆空间?
MAT 会跳过无法访问的对象,因此不会报告确切的堆大小。
详细信息将对您有用。