Hi everyone,
We're running ArcGIS Enterprise 11.5 in a single-machine deployment. The free space on the C: drive where ArcGIS Enterprise is installed is running low. Upon investigating, we've found out that it is Opensearch minidump files (.mdmp) that are taking up most of the space. These are in the following locations for Data Store and Portal:
C:\Program Files\ArcGIS\DataStore\framework\runtime\opensearch
C:\Program Files\ArcGIS\Portal\framework\runtime\ds\framework\runtime\opensearch
The dump files seem to result from a fatal error involving the JRE. An example of a log file that goes with the dump file is attached.
The top portion of the log file reads:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_IN_PAGE_ERROR (0xc0000006) at pc=0x00007ffafbb977fb, pid=10080, tid=12392
#
# JRE version: OpenJDK Runtime Environment Temurin-11.0.18+10 (11.0.18+10) (build 11.0.18+10)
# Java VM: OpenJDK 64-Bit Server VM Temurin-11.0.18+10 (11.0.18+10, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# V [jvm.dll+0x6777fb]
#
# Core dump will be written. Default location: C:\Program Files\ArcGIS\DataStore\framework\runtime\opensearch\hs_err_pid10080.mdmp
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
#
What we'd like to know is: Are these object dump files safe to delete to free up space?
Regards,
Stephen