Mark, thank you for the detail explanation. I am learning :)
On 10/19/07, Mark H. Wood <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 17, 2007 at 10:11:36AM -0400, Christopher Schultz wrote:
> > > Second strange case:
> > > When I start tomcat using /opt/tomcat/bin/catalina.sh start, I get 21
> > > proc
On Wed, Oct 17, 2007 at 10:11:36AM -0400, Christopher Schultz wrote:
> > Second strange case:
> > When I start tomcat using /opt/tomcat/bin/catalina.sh start, I get 21
> > processes that running the same command(different PIDs). And my tomcat
> > instance seems to run fine without problem. When I k
For you xmx: i guess bad default values that are too small regarding to
heap size. This is probably due to your OS ocnfiguration at some point.
Did you install java using distribution provided packages or sun packages?
For you Processes, this comes from old kernel. At some point in the
past, in li
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
BS,
thebugslayer wrote:
> First strange case:
> I installed jdk6, but I must run with -Xmx options or else it fails.
> $ java -version
> Error occurred during initialization of VM
> Could not reserve enough space for object heap
> Could not create the
> From: thebugslayer [mailto:[EMAIL PROTECTED]
> When I start tomcat using /opt/tomcat/bin/catalina.sh start, I get 21
> processes that running the same command(different PIDs).
Tomcat uses Java threads. Java threads are implemented as Linux threads
on Linux. Each Linux thread appears to be a p