Re: Parallel.py limitation
Gary Mulder <[email protected]> Tue, 19 Aug 2014 19:56:37 +0100
| Newsgroups | gmane.comp.java.grinder.user |
|---|---|
| Message-ID | <CAKy9zTCbbeDN8wi+JzMd1RY6Y1Z_QC=N2vb6==qTe-Fp4s3Mpw@mail.gmail.com> |
On 19 August 2014 19:51, luisrcastillo <[email protected]> wrote: > Hello, > > I have encountered a limitation using the parallel.py. Basically, I noticed > that there's a limit of 25 scripts that can be executed. Anything over 25 > scripts crashes the run. > > Is there a way that I can perform a work-around where I could execute more > than 25 scripts in parallel? I have somewhat of a large number of scripts > and need to execute in parallel. > Hi Luis, I suspect the limit is based on your environment and not the number of scripts, as it is just forking threads and running scripts within them. Perhaps you need to increase the default JVM memory settings? The following doc might provide some guidelines: http://grinder.sourceforge.net/g3/garbage-collection.html Regards, Gary ------------------------------------------------------------------------------ _______________________________________________ grinder-use mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/grinder-use