RE: Server.xml - Connector configuration problem

2004-03-25 Thread Shapira, Yoav
Hi, >Actually I have 512MB RAM plus 756MB page size(virtual memory). >1.So i can use -Xmx 512m right? Not unless you want threashing. >2.what is this -XX:NewRatio?does this help? Read the docs. Experiment. Yoav Shapira This e-mail, including any attachments, is a confidential business co

Re: Server.xml - Connector configuration problem

2004-03-24 Thread armalai
CTED]> Sent: Wednesday, March 24, 2004 2:52 PM Subject: RE: Server.xml - Connector configuration problem Hi, >2.In Jmeter right now i'm able to handle 75 concurrent users.How do i >increase the users? By increasing the memory allocated to your JVM (-Xmx) along with your hardw

Re: Server.xml - Connector configuration problem

2004-03-24 Thread Robert Hall
Hello, Shapira, Yoav wrote: (in part) Also please try to be accurate when you specify these numbers: you have 512MB, not 512K of RAM available. You're using -Xms256m and -Xmx512m as java vm options. Note that the latter is someone misleading: you're telling the JVM it can use 512MB of RAM for t

RE: Server.xml - Connector configuration problem

2004-03-24 Thread Shapira, Yoav
Hi, >2.In Jmeter right now i'm able to handle 75 concurrent users.How do i >increase the users? By increasing the memory allocated to your JVM (-Xmx) along with your hardware to match. By increasing and maxThreads number as well. >3.I have the JVM options, -Xms 256 -Xmx 512 and My RAM is 512K

Re: Server.xml - Connector configuration problem

2004-03-24 Thread armalai
vise me to proceed further.. Thanks., MALAI - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 1:55 PM Subject: RE: Server.xml - Connector configuration problem Hi, >

RE: Server.xml - Connector configuration problem

2004-03-24 Thread Shapira, Yoav
Hi, >My Questions: >1.How do i determine how many concurrent users can hit my application.? You analyze the business requirements for the system, and then you run a stress test tool like JMeter to see how many concurrent users your system can handle before becoming unresponsive or crashing. You

Server.xml - Connector configuration problem

2004-03-24 Thread armalai
Windows 2000 Timcat4.x Below is my Sever.xml connector configuration. My Questions: 1.How do i determine how many concurrent users can hit my application.? 2.Is there any limitation for minProcessors , maxProcessors and acceptCountt? 3.I'm getting belom mentioned Exception if i use more than 10