Skip to content
Advertisement

Tag: jmeter-5.0

Jmeter Injector Heap size

We have a jmeter injector box which uses 32GB heap size for jmeter jvm. When running load tests we noticed a big dip in injecting load when GC activity happens. Anyone experienced this before? Which GC algorithm we can use here?? Answer Most probably you’re seeing so called Stop-The-World There are garbage collection algorithms like: ZGC Shenandoah C4 which can

Advertisement