Details
Description
When the jvm produces an error file we should make sure to back it up in CI.
This can be as simple as adding the following env
JAVA_TOOL_OPTIONS: '-XX:ErrorFile=DIR_WE_BACKUP/hs_err_pid_%p.log'
When the jvm produces an error file we should make sure to back it up in CI.
This can be as simple as adding the following env
JAVA_TOOL_OPTIONS: '-XX:ErrorFile=DIR_WE_BACKUP/hs_err_pid_%p.log'