Slackbot
05/30/2022, 8:48 AMSergii Pechenizkyi
05/30/2022, 9:13 PMexport JAVA_TOOL_OPTIONS="-XX:+HeapDumpOnOutOfMemoryError"
may workwolfs
05/31/2022, 7:33 AMorg.gradle.jvmargs=-XX:+HeapDumpOnOutOfMemoryError
, then those are all the JVM args for the daemon. So you might want to add some memory settings there as well.
How often do you need to run the scenario until you run out of memory?Tapchicoma
05/31/2022, 10:42 AMwolfs
05/31/2022, 1:02 PMTapchicoma
05/31/2022, 2:32 PMwolfs
05/31/2022, 2:35 PMwolfs
05/31/2022, 2:38 PMTapchicoma
05/31/2022, 2:39 PM