java - Efficient way to find who allocates direct memory -


i working on java project integrates many components many teams.

today, observe strong direct-memory consumption unable find allocated.

i looking efficient way (tool) investigate such problem

thank philippe

on top of head remember use jprofiler or jvisualvm, maybe 1 of option you.

jvisualvm shipped java vm. jprofiler can downloaded here: https://www.ej-technologies.com/products/jprofiler/overview.html


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -