I have a script where a request throws a java.lang.OutOfMemoryError when the call is executed in the Action container, but does not if executed from the Init container. Is there different heap space settings for the init and action containers, and if so how do I adjust them?
There's no difference in heap size for Init and Actions container. The memory is allocated to the Load generator and not for individual containers.