Posted By:
Durai_kumar
Posted On:
Thursday, October 14, 2004 11:40 PM
If there are 300 concurrent users, 300 max connections would be a choice. But it can be fine tuned, considering the no. of client requests that can be processed at any given time(a value in plugin). The knowledge on the application and its usuage will also help to bring down the value. As all the users who come to the site won't make transactions, this is possible. In a typical case, 128 would be an opt value. Based on trail&error, this can be increased.
For JVMheap sizes, check your appservers recommended values. Those are the optimized values for better performace. If you face pblms with those values, increase the Xms and Xss values.
-Durai