Hi , Thanks a lot for your replies. I have used Your Kit JProfiler for checking memory leaks in the application. I find that Delegator, ModelReader and JobPoller objects hold the maximum place in the memory. But how should I detect memory leak and which OFBiz objects are causing memory leaks?? How should I solve the memory leak probe, if exists???
Kindly help me if there are any documents or steps to perform this. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Thanks & Regards, Neha Mehta Innovation Group - L&T Infotech | Mumbai Contact : 02267954324 -----Original Message----- From: Rodrigo Lima [mailto:[email protected]] Sent: Friday, March 12, 2010 8:35 PM To: [email protected]; Jacques Le Roux Subject: Re: Profiling using OFBiz Hi Neha, Our team had serious problems with memory leaks for 2 main reasons: 1) Lack of knowledge of the correct use of the Entity Manager. 2) In cases of a large number of request. We use the tool kit Your www.yourkit.com/java/profiler/ that helped us Identifying critical points to refactor the source code. 2010/3/12 Jacques Le Roux <[email protected]> > Also > http://n4.nabble.com/forum/Search.jtp?local=y&forum=135036&query=profiling > > Jacques > > From: "Jacques Le Roux" <[email protected]> > > http://ofbiz.markmail.org/search/profiling > > Jacques > ----- Original Message ----- From: Neha Mehta > To: [email protected] > Sent: Friday, March 12, 2010 2:10 PM > Subject: Profiling using OFBiz > > > > Hi, > > > > I need to check memory leaks, memory profiling and cpu profiling with > OFBiz. > > Can anyone suggest me the best tool for OFBiz profiling. > > > > Can I create core dumps and find cpu usage by OFBiz?? > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Thanks & Regards, > > Neha Mehta > > > > > > > > > ------------------------------------------------------------------------------ > This Email may contain confidential or privileged information for the > intended recipient (s) If you are not the intended recipient, please do not > use or disseminate the information, notify the sender and delete it from > your system. > > ______________________________________________________________________ > > > ______________________________________________________________________ This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. ______________________________________________________________________
