You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by e <ju...@gmail.com> on 2005/03/28 03:34:39 UTC

JkShmSize

Under what circumstances would you change it from the defualt 1mb?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: JkShmSize

Posted by Mladen Turk <ml...@jboss.com>.
e wrote:
> Under what circumstances would you change it from the defualt 1mb?
>

If you wish to tune the memory usage.
Each worker uses 1024 bytes of data, so this gives max of 1024
workers that is too high I agree.
Shared memory was meant to be used for uri mappings too, but
we decided to use uriworkermap file for dynamic mappings,
so that default shm size will be lowered to 64k (or 64 workers).

Regards,
Mladen.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org