Does the test fall over immediately, or only after several iterations? The CSVRead() function reads the whole file into memory, so if you are using it for a large file, replace it with CSV Dataset.
BeanShell leaks memory particularly if scripts are read from the screen; use files to store code as much as possible. If you are using Assertions, try disabling them all. I don't think these use lots of memory - except perhaps XPath - but worth a try. S/// On 12/09/2007, Ronan Klyne <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a fairly small (but complex) test plan which keeps causing > OutOfMemory errors when I run it with more than 5 threads... > Has anyone else seen a similar problem? Are there any known simple fixes? > (I've already removed all listeners expect Simple Data Writers) > > Cheers, > > Ronan > > -- > Ronan Klyne > Business Collaborator Developer > Tel: +44 (0)870 163 2555 > [EMAIL PROTECTED] > www.groupbc.com > > --------------------------------------------------------------------- > 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]

