One more question: What version of java and jmeter do you use? Best regards, Jakub
2009/10/14 Jakub Białek <[email protected]>: > If you use both HEAP=-Xms1024m -Xmx1024m and NEW=-XX:NewSize=1024m > -XX:MaxNewSize=1024m it's a problem, try without -XX:NewSize=1024m > -XX:MaxNewSize=1024m. > If this doesn't help you, show me all parameters/arguments that you > pass to java command. > > Best regards, > Jakub > > > 2009/10/14 vijayakumar <[email protected]>: >> Oops ! Sorry Jakub I used the heap Size as >> >> set HEAP=-Xms1024m -Xmx1024m only . >> and not as " set NEW=-XX:NewSize=1024m -XX:MaxNewSize=1024m " >> >> but still the Problem persist . >> >> Thanking You >> With warm regards, >> Vijayakumar.C >> ----- Original Message ----- From: "Jakub Bialek" <[email protected]> >> To: "JMeter Users List" <[email protected]> >> Sent: Wednesday, October 14, 2009 11:28 AM >> Subject: Re: AWT-EventQueue-0" java.lang.OutOfMemoryError >> >> >> Hi, >> >> instead of -XX:NewSize=1024m -XX:MaxNewSize=1024m try with Xmx1024m Xms1024m >> >> Best regards, >> Jakub >> >> >> 2009/10/14 vijayakumar <[email protected]>: >>> >>> Dear All >>> >>> My self having 2 GB RAM in my machine and am running a JDBC Connection >>> Config Test Plan ( Oracle Database ) with 250 Concurrent users . >>> >>> I have set the Max number of Connection as 500 in JDBC Connection >>> Configuration . >>> >>> The Query used in JDBC Request ( Query Type = ' Select Statement ' ) has >>> an output of approx some 15-20 columns and more than 200 rows from database >>> . >>> >>> While running the test plan , I am getting the following errors in View >>> Results in Tree >>> >>> i. Response Code : null 17002 >>> Respose Message : java.sql.SQLException : IO exception : End of TNS Data >>> Channel . >>> >>> an I have got an Error message in Command Prompt as >>> >>> ii. " Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: >>> Java heap space >>> Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException >>> at java.awt.Component$BltBufferStrategy.revalidate(Unknown Source) " >>> >>> more over my Machine got hanged after some time . I have set my heap size >>> as >>> >>> set NEW=-XX:NewSize=1024m -XX:MaxNewSize=1024m >>> >>> Can anyone please give me a suggetion to overcome this error ?? >>> >>> Thanking You >>> With warm regards, >>> Vijayakumar.C >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

