-----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 Java virtual machine.
> $ java -Xms32m -Xmx64m -version
> java version "1.6.0_03"
> Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
> Java HotSpot(TM) Server VM (build 1.6.0_03-b05, mixed mode)

How much physical memory does your machine have?

> 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 kill one of the
> process, the rest will go down as well.

You are seeing each thread as a Linux process. This is perfectly fine
depending on the kernel version (can't remember which ones do what).
Linux uses processes to model threads, so it's nothing to worry about.

Oh, and don't go killing the threads randomly ;)

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHFhgY9CaO5/Lv0PARAq5lAKCOuXwWyFJaqHUYzSVsSx+s6nz3ggCfTpAb
MZnsfR9gb79S8FYuxTeTRAU=
=6hCN
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to