How much memory is on the server? Your file buffer may be too large and
your disks can not keep up. I think the default is 10% of memory, so if
you can fill that up faster than the disks can write it it will hang
until the buffer is emptied. I doubt you are doing that much file i/o
through a
Is this just with Tomcat or does it happen with other
apps too ?
Chances are that your device driver may be having
issues and hence slowing down the system in between.
-Sameer
--- Rick Fincher <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> We have a web app running on Tomcat that accesses
> Oracle v
> From: Rick Fincher [mailto:[EMAIL PROTECTED]
> Subject: Tomcat hangs on SATA Linux server
>
> Anyone have a clue what is causing this?
Must be the day for people to leave out most relevant information.
1) What Tomcat level?
2) What JVM version?
3) What Java heap size have you s
Hi All,
We have a web app running on Tomcat that accesses Oracle via JDBC on a
Linux server (Centos 4.5) . The web app runs fine on one server but but
locks up or hangs for 20-30 second periods on a Dell sever running with
SATA storage.
I only mention SATA because that is the only significa