Hi, I've noticed that ResponseAssertion does not cleanup regex matcher memory, thus it keeps the whole web page in memory.
RegexExtractor calls JMeterUtils.clearMatcherMemory(matcher, pattern); to clean up the memory. Does is make sense to add the same cleanup to ResponseAssertion? Same for HTTPSamplerBase -> downloadPageResources -> localMatcher -- Regards, Vladimir Sitnikov
