Updates:
Status: Invalid
Comment #1 on issue 658 by pekka.klarck: How can I execute one test suite
many times without memory increasing sharply?
http://code.google.com/p/robotframework/issues/detail?id=658
You can run tests as a separate test runs and combine outputs with the
rebot tool:
jybot -o out\1.xml suitaname
jybot -o out\2.xml suitename
jybot -o out\3.xml suitename
rebot out\*.xml
Please use the MailingList for generic questions like this. This issue
tracker is for bug and concrete enhancement requests.