Rita, Have you tried to increase the JVM heap size in jmeter.bat ? Here is the line: "set HEAP=-Xms256m -Xmx256m" <-- You can increase these if you have the ram to handle it.
--- Rita danger <[EMAIL PROTECTED]> wrote: > > This is the exact message I get when running 10 > threads > 'java.lang.OutOfMemoryError > <<no stack trace available>>' > Can anyone tell me what I need to do ro stop this > occuring? > > Thanks RD > > >From: "Rita danger" <[EMAIL PROTECTED]> > >Reply-To: "JMeter Users List" > <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Out of Memory error message > >Date: Thu, 12 Aug 2004 15:43:42 +0000 > > > >I have another question !!! > >I am carrying out some loadtests which require me > to run 1, 10, 20 > >etc threads. However, when I select 10 threads I > get an out of > >memory error message? Any idea ? > > > >Thanks > >RD > > > > > > > >>From: "Rita danger" <[EMAIL PROTECTED]> > >>Reply-To: "JMeter Users List" > <[EMAIL PROTECTED]> > >>To: [EMAIL PROTECTED] > >>Subject: RE: calling a stored procedure > >>Date: Thu, 12 Aug 2004 14:05:48 +0000 > >> > >>Hi > >> > >>I have another question !!! > >>I am carrying out some loadtests which require me > to run 1, 10, 20 etc > >>threads. However, when I select 10 threads I get > an out of memory error > >>message? Any idea ? > >> > >>Thanks > >>RD > >> > >> > >>>From: [EMAIL PROTECTED] > >>>Reply-To: "JMeter Users List" > <[EMAIL PROTECTED]> > >>>To: [EMAIL PROTECTED] > >>>Subject: RE: calling a stored procedure > >>>Date: Thu, 12 Aug 2004 09:30:49 -0400 > >>> > >>>Can you run the ab_test select statement in a > JDBC request successfully? > >>> > >>>Craig > >>> > >>>-----Original Message----- > >>>From: Rita danger > [mailto:[EMAIL PROTECTED] > >>>Sent: Thursday, August 12, 2004 7:40 AM > >>>To: [EMAIL PROTECTED] > >>>Subject: RE: calling a stored procedure > >>> > >>> > >>>Hi > >>> > >>>Still having problems trying to run a procedure > in jmeter. > >>>I have tried BEGIN ab_test(); END; > >>> > >>>ab_test is a procedure which gets the next > sequence value from dual. > >>>So after running 'BEGIN ab_test(); END;' in > jmeter, the sequence does not > >>>increment. > >>>Therefore it didn't work. > >>>Please advise > >>> > >>>RD > >>> > >>> > >>> > >>> >From: [EMAIL PROTECTED] > >>> >Reply-To: "JMeter Users List" > <[EMAIL PROTECTED]> > >>> >To: [EMAIL PROTECTED] > >>> >Subject: RE: calling a stored procedure > >>> >Date: Tue, 10 Aug 2004 10:00:29 -0400 > >>> > > >>> >yes, I did it for both Oracle and SQL Server. > >>> > > >>> > > >>> >Oracle example > >>> >BEGIN run_get_availability(); END; > >>> > > >>> >SQL Server example > >>> >exec run_get_availability > >>> > > >>> > > >>> > > >>> >Craig > >>> > > >>> >-----Original Message----- > >>> >From: Rita danger > [mailto:[EMAIL PROTECTED] > >>> >Sent: Tuesday, August 10, 2004 9:53 AM > >>> >To: [EMAIL PROTECTED] > >>> >Subject: calling a stored procedure > >>> > > >>> > > >>> >Hi I'm new to jmeter > >>> >Can you call a stored procedure in Jmeter > >>> >thank you > >>> >RD > >>> > > >>> > >_________________________________________________________________ > >>> >Want to block unwanted pop-ups? Download the > free MSN Toolbar now! > >>> >http://toolbar.msn.co.uk/ > >>> > > >>> > > >>> > >--------------------------------------------------------------------- > >>> >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] > >>> > > >>> > >>>_________________________________________________________________ > >>>Want to block unwanted pop-ups? Download the free > MSN Toolbar now! > >>>http://toolbar.msn.co.uk/ > >>> > >>> > >>>--------------------------------------------------------------------- > >>>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] > >>> > >> > >>_________________________________________________________________ > >>Want to block unwanted pop-ups? Download the free > MSN Toolbar now! > >>http://toolbar.msn.co.uk/ > >> > >> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: > [EMAIL PROTECTED] > >>For additional commands, e-mail: > [EMAIL PROTECTED] > >> > > > >_________________________________________________________________ > >It's fast, it's easy and it's free. Get MSN > Messenger today! > >http://www.msn.co.uk/messenger > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: > [EMAIL PROTECTED] > >For additional commands, e-mail: > [EMAIL PROTECTED] > > > > _________________________________________________________________ > It's fast, it's easy and it's free. Get MSN > Messenger today! > http://www.msn.co.uk/messenger > > > --------------------------------------------------------------------- > 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]

