On 17 March 2010 07:23, Ningappa Koneri <ningappa.kon...@comviva.com> wrote:

> It took abt 1328 seconds to startup the applications. Please help.
>
> Did you see my response yesterday?

-- snip --
What's the spec of the machine on which you're running Tomcat?  How much
heap and permspace have you allocated to the Java virtual machine in which
Tomcat is running, and how much memory is it using?  (top will tell you how
much memory it's using; it will be more than heap+permspace due to other
operating system structures)

Is the machine busy during all this time?  If so, what is the limiting
factor - disk i/o, memory or CPU?  Run top to get an idea of CPU usage,
vmstat (I use "vmstat 5" until I have a better idea) to get an idea of disk
i/o.

How large is the war file?  If you unzip the war files (a war file is just a
zip file with a different extension) on the same machine, how long does it
take?
-- snip --

- Peter

Reply via email to