> yes. Again increasin g this heap only helps when you actually need that > much > memory at the same time. Otherwise it only delays the problem . if for e.g. > you read a lsitener that uses memory proportional to the number of samples > , > eventually you will get this error , whetever the size of the heap. >
I have two listeners: View Result Tree and View Result Table. They record every sampler in the test. Are these famous for memory consumption? Is there a reason why the memory cannot be freed once a sample is records by a listener? These are not complex aggregate listeners right, so cant they be cleaned up immediately? Or am I missing something? Cheers, Andrej