简体   繁体   English

如何使用JProfiler在java中查找内存泄漏?

[英]How to find memory leak in java using JProfiler?

How to find memory leak in java using JProfiler? 如何使用JProfiler在java中查找内存泄漏? I have been working in JProfiler for the past 1 week to find memory leak in a web application. 过去一周我一直在JProfiler工作,在Web应用程序中查找内存泄漏。 I read some manuals and see some articles, it says see the memory usage in all objects and allocated objects views and using the allocation hot spot you can find the memory leak. 我阅读了一些手册并看了一些文章,它说看到所有对象和分配对象视图中的内存使用情况,并使用分配热点,你可以找到内存泄漏。 I looked into it and found lot of memory used by char, string, bytes. 我查看了它,发现了char,string,bytes使用的大量内存。 Since i am a fresher i don't know how to figure this and solve the memory leak. 由于我是一个更新鲜的我不知道如何计算这个并解决内存泄漏。 Please help me over this .. 请帮帮我..

Thanks in advance... 提前致谢...

请参阅此屏幕,了解如何使用JProfiler查找内存泄漏。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM