M_McDonald
16 years agoSuper Contributor
Memory usage with large data driven test
Hi -
I am running a data driven test case with about 100 rows of data. It calls 2 other test cases during each loop. It also uses the methods of an external Groovy class, but they are all declared static.
The memory log looks like this:
[tt:2v2i70r5]1) Startup soapUI, no projects open: 47 M
2) Open the project 55 M
3) Open the test case 70 M
4) Max during the run 350 M
5) After the run 318 M
6) After running GC 221 M
7) After waiting a few minutes 178 M[/tt:2v2i70r5]
Any advice on how I can find out what's chewing up all the memory and not releasing it?
I am running a data driven test case with about 100 rows of data. It calls 2 other test cases during each loop. It also uses the methods of an external Groovy class, but they are all declared static.
The memory log looks like this:
[tt:2v2i70r5]1) Startup soapUI, no projects open: 47 M
2) Open the project 55 M
3) Open the test case 70 M
4) Max during the run 350 M
5) After the run 318 M
6) After running GC 221 M
7) After waiting a few minutes 178 M[/tt:2v2i70r5]
Any advice on how I can find out what's chewing up all the memory and not releasing it?