Glassfish 3.0.1 memory leak when ran with Windows Server 2008 R2 Enterprise
I have a memory leak with Glassfish 3.0.1 and Windows Server 2008 R2 Enterprise (64bit VPS machine), with or without any running applications
Is there a way to resolve this?
The same Glassfish 3.0.1 work fine on linux and Windows XP SP2 without any leaks.
I can see the leak through the Windows Task Manager. I am 开发者_如何学Cusing Java SE 6 update 22
Thanks!
Install VisualVM and the GlassFish plugin to verify the memory leak. You can also do some heap dumps and use MAT to analyze the dump and look for the problem.
Please see this issue: http://java.net/jira/browse/GLASSFISH-15589.
精彩评论