Running an action produces the error - "Error occurred during action execution: Java heap space".
Release Automation: 6.x versions
If this error occurs while running an action, try increasing the memory allocated to the JVM where the agent runs. To do this:
#Java Heap Size (in MB)
wrapper.java.initmemory=512
# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=1024
Note: Adjust the values above (for init and max) based on your need.