Hi, If you Check server.xml
It has a connection tag which has a few parameters like accept count max connections Increasing these parameters is directly proportional to java heap size of your web service Check this for more info https://tomcat.apache.org/tomcat-7.0-doc/config/http.html I guess this is what you were after? Cheers Vaibhav On Feb 27, 2014 10:24 PM, "mahmoud mahdy" <[email protected]> wrote: > ** > Dears, > suppose that I will increase memory to be doubled and also increase heap. > will tomcat double consume the memory for example now tomcat consumes 2GB > from 6 GB when double memory to be 12 GB the consumption will be 4GB?. > also, what is the maximum concurrent users for Tomcat?. > is there any configuration should be done to limit Tomcat memory > consumption? > > ------------------------------ > Date: Wed, 26 Feb 2014 17:10:53 -0500 > From: [email protected] > Subject: Re: 7.6.04 midtier Connect settings > To: [email protected] > > ** > > First off its number of connections not number of users. You could have > 100 users, but 20 concurrent connections, not 100. > > > > If an additional connection is attempted when all available are used, it > will be refused until one is available. > > > > To answer your second question about what happens with increasing the > number of connection - the direct impact is it would require larger heap > size, more memory. For 200 connections, you might need to double your > numbers. > > > > Joe > > > ------------------------------ > > *From:* Action Request System discussion list(ARSList) [mailto: > [email protected]] *On Behalf Of *mahmoud mahdy > *Sent:* Wednesday, February 26, 2014 4:21 PM > *To:* [email protected] > *Subject:* 7.6.04 midtier Connect settings > > > > Dears, > > we configured our midtier as below:- > > configuration tool-> connection settings-> maximum connections per server > =80. > > Please advise what will happen if user number (81) try to connect also, > can we increase the value of "maximum connections per server" to be 200 for > example and what is the impact?. > > Note:- we are on 7.6.04 SP4 and Tomcat 6.5 > > Thanks > _ARSlist: "Where the Answers Are" and have been for 20 years_ _ARSlist: > "Where the Answers Are" and have been for 20 years_ > _ARSlist: "Where the Answers Are" and have been for 20 years_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

