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

Out of memory

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

We have application running on tomcat server. That application mainly used to run reports in form of pdf and excel. it talks to 3 differnt databases to get the data and outputs to pdf and excel. Most of the time application runs fine , but in few cases it throws out of memory. I increased the heap size to 1 GB but still the same problem.

The other thing apart from above application we are running 3 other different applications on same tomcat server.

Of all we have two versions of tomcat installed on same server and in each versions of tomcat we have 3 to 4 applications running.

Now my concern is it because of our setup does it leads to out of memory problem or what others things might cause the problem.

Let me know how we can improve the performance.

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic