Link to home
Start Free TrialLog in
Avatar of makks
makks

asked on

Regarding Java Garbage Collection ? Urgent

We are using weblogic server(6.1) jdk 1.3.1 for our web application. Java Garbage Collector is not cleaning unused memory even the memory usage is more than 90%. we need to do "force to garbage collection" for every day. The memory usage goes down once i do "force to garbage collection". Really we could not find the problem. Is it the problem for memory leak. if it's memory leak then how it goes down once i do "force to garbage collection". I will appreciate if you could tell me the some guide line.

Note : outofmemoryexception error is coming if we didn't do the "force to garbage collection".

thanks
Mahesh.
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CleanupPing
CleanupPing

makks:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
Split points between CEHJ and alzoid69

Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

Thomas Boshell
EE Cleanup Volunteer
We are running into the same problem with our application, did Mahesh find out what the issue was?