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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Profiling using JProbe

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

I am facing a meory leak in my web application. My requirement is to generate a report and display it in the HTML table. The report may have max of 1000 records and 400 fields. Fist time when i generate the report, it works fine, but second time and onwards i get heap memory error. I am suspecting some meory leak there.

I am using JProbe to trace the meory leak. Here the problem is I have my properties files also with java classes. So every time when do some operation, I get an error in the profiler saying can not instrument bundle.properties file.

At this time I can not change my design to keep properties file out of the source folder.
Is there any way to mention filter in .jpl file, not to instrument .properties files
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
"Pinks M",

It appears that after repeated attempts to get you to use a valid display name, you have decided not to. As this is a requirement for using the site I am closing this thread and your account.

If you would like your questions answered, please ask again with a new account with a valid display name.

thanks,
Dave.
 
LOOK! OVER THERE! (yoink) your tiny ad is now my tiny ad.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
    Bookmark Topic Watch Topic
  • New Topic