• 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

Tomcat7 Essentials - memory use guidelines

 
Ranch Hand
Posts: 125
1
Clojure Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For the discussion of memory allocation for the JVM, how much detail does the book provide? Are there ways to estimate the amount of memory required for a specific application with a set number of concurrent users, or specific steps for capturing the memory requirements?

The book table of contents look very thorough, I'm impressed.

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

Thanks for your value comments, it means a lot to our team, please find the response for your queries mentioned below
For the discussion of memory allocation for the JVM, how much detail does the book provide?
Books consist of in-depth coverage on memory like JVM tuning, configuration, troubleshooting tips and real time example which you might face while implementing the enterprise application on tomcat
Are there ways to estimate the amount of memory required for a specific application with a set number of concurrent users, or specific steps for capturing the memory requirements?
As mentioned in the previous point, you will find comparison of different methods of JVM tuning, this definitely helps in capacity planning
 
Michael Swierczek
Ranch Hand
Posts: 125
1
Clojure Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
tanuj khare,

Thank you for your response.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic