On 13/09/2007, Ronan Klyne <[EMAIL PROTECTED]> wrote:
> sebb wrote:
> > 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.
> Already using dataset (purely by chance).
>
> > BeanShell leaks memory particularly if scripts are read from the
> > screen; use files to store code as much as possible.
> /me nods.
>
> > 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.
> Tried that - there were many fewer than I thought I'd put in, none of
> them XPath.
> I do, however, have a large number of XPath Extractors. Do you think
> these could be causing the problem? Would it be better if they were
> replaced with regex extractors?

Could be. Might be worth trying a simple test with one of the XPath
Extractors, and repeat different numbers of times; comparison will
show if there is a leak.

>        # r
>
> --
> 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]

Reply via email to