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.
jmap -dump:file=./dump.bin 8895
以前jmapはヒープメモリを監視していました。aboutコマンドを実行しました。その後、 を開きましたdump.bin。ゴミが見えました。
jmap
about
dump.bin
特定のリクエストで消費されるヒープ メモリを確認するにはどうすればよいですか。
前もって感謝します。