Hi,
I work for a project to move the
java application to embedded device. I monitor the java application with profiler tool yourkit, eclipse memory analysier, I can see the memory allocation for Heap usage, but not detail for non-heap memory usage.
I have a few questions for non-heap memory
1. Can we check the detail for non-heap usage of java application?
2, how can we decrease the non-heap memory usage for Java application?
Thanks