Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within BEA/Weblogic
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
BEA/Weblogic
Out of memory issue
selvakumar maduram
Greenhorn
Posts: 1
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi
I have deployed the war file to monitor oracle weblogic 12c.But i am getting memory leak.I have closed the context objects.But still i am getting memory leak.Please suggest the best way to avoid the memory leak.
Thanks
M.Selvakumar
MdFaisal Khan
Greenhorn
Posts: 20
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How did you conclude that its a leak?
Will it be possible for you to share your app so that I can
test
?
[email protected]
Regards,
Faisal
German Gonzalez-Morris
Ranch Hand
Posts: 378
2
I like...
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Try taking a Heap Dump when OOM is reach, then analyze it with Eclipse MAT.
https://eclipse.org/mat/
JDK 1.6 has the following parameters to take a heap dump when OOM:
-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp
http://devwebcl.blogspot.com/
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
java.io.IOException : can't allocate memory
Releasing memory to OS
OutOfMemoryError
Out of Memory with high Free Memory
Forcing jvm to start in higher memory area.
More...