--- sebb <[EMAIL PROTECTED]> wrote: > On 16/10/2007, Richard Hubbell > <[EMAIL PROTECTED]> wrote: > > The settings are documented by the Java provider. > > For example, if you are running Sun Java 1.5 on > Windows: > > http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html >
Yes, that much I knew, but after reading this from the jmeter script (on linux BTW), I was hoping maybe some Jmeter specific tunings were available: # The following should be reasonably good values for most tests running # on Sun JVMs. Following is the analysis on which it is based. If it's total # gibberish to you, please study my article at # http://www.atg.com/portal/myatg/developer?paf_dm=full&paf_gear_id=1100010&detailArticle=true&id=9606 # # JMeter objects can generally be grouped into three life-length groups: # # - Per-sample objects (results, DOMs,...). An awful lot of those. # Life length of milliseconds to a few seconds. # # - Per-run objects (threads, listener data structures,...). Not that many # of those unless we use the table or tree listeners on heavy runs. # Life length of minutes to several hours, from creation to start of next run. # # - Per-work-session objects (test plans, GUIs,...). # Life length: for the life of the JVM. > > Errors I'm seeing: > > jmeter.threads.JMeterThread: Test failed! > > java.lang.StackOverflowError > > > > jmeter.threads.JMeterThread: Test failed! > > java.lang.OutOfMemoryError: Java heap space > > > > If this happens almost immediately, it could be due > to a bug - e.g the > While Controller can cause this, see > http://issues.apache.org/bugzilla/show_bug.cgi?id=33954 > I am using LAST as the condition of the while loop, I may need to change so I use some other condition. That bug report is kind of vague though so I'm not even certain if I'm triggering that problem. I am in a Loop |_http req sampler |_while(LAST) |_http req sampler |_link parser > > How to translate to use in the jmeter script? > > > > This is a DOS question. > > You can just add it to the command line. > > If you don't want to edit the file, then try: > > > set JVM_ARGS=-Xloggc:file > > jmeter [args] Yes, thanks. It's actually a sh script on linux, I just missed how it was working. Thought it was magically getting values from the ENV and passing them. I got it figured out. ____________________________________________________________________________________ Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. http://autos.yahoo.com/index.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

