Hello All, I am seeking a suggestion on one scenario... When I performed my tests with JMeter on Performance Server (having JAVA_OPTS=%JAVA_OPTS% -Xmx2048m -XX: PermSize=1024m) and after several attempts we concluded that our Product(Developed on Java platform) donot support more than 150 Active Users doing different transactions with different login credentials.
Query: If I update the JVM settings from 2GB to 4GB or more (i.e. %JAVA_OPTS% -Xmx4096m -XX: PermSize=2048m). Will it affect the above performance numbers. (Will it be able to support more i.e. 150+ number of concurrent active users on server) ? Please prove me wrong as I think it will not affect the performance. Thanks, Nisha
