OK, it seems to have reduced the number of errors drastically but not eliminated them, so I most likely just need to allocate still more memory. I'll post again hopefully with a post-mortem tomorrow.
- Noah Previous Message: ------------------------------------------------------------------------------------------------ Thank you, I tried increasing the memory before but was using the wrong method (trying to increase it as if I were using command line, but it is a service). I can't restart the server until after 5, so I will post a followup late today or tomorrow. Thanks, Noah Previous Message: ------------------------------------------------------------------------------------------------ Hi, I faced the same issue when concurent user are more. In this case we need to Increase the JDK heap size. On windows we can install the Tomcat in 2 ways 1. As a NT service 2. Command prompt In 1 Case u need to add 2 additional parameters in registry. "JVM Option Count"=5 "JVM Option Number 3"="-xms512m" "JVM Option Number 4"="-xmx512m" The Minimum and Maximum size of HDK heap size should be 1/3rd of Total RAM, as these OS need big memory for their own purpose. In 2nd Case Increase the JDk size with editing JAVA_OPTS variable in Catilina file. I hope your problem will get solved. With regards, Pradeep Chauhan ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
