<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is it safe to delete Opensearch dump files resulting from JVM errors in Data Store and Portal? in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/is-it-safe-to-delete-opensearch-dump-files/m-p/1697405#M17309</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/400739"&gt;@HenryLindemann&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply.&lt;/P&gt;&lt;P&gt;We opted to move some of the core dump files to another drive to create some more free space on C:. We had created a full backup of the system before this.&lt;/P&gt;&lt;P&gt;We investigated the system and think it is likely running out of memory that could be causing this. The memory usage is at about 100% and we think this causes Portal for ArcGIS to go down as well reporting a "no buffer space available" error. We had posted about this &lt;A href="https://community.esri.com/t5/arcgis-enterprise-questions/could-not-access-any-arcgis-enterprise-portal/m-p/1697002#M44093" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;We have requested the IT department to increase the RAM on the server machine to enable us monitor the issue and see whether it stops occurring. We'll keep you posted on the outcome of this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 09:50:17 GMT</pubDate>
    <dc:creator>StephenKaranja</dc:creator>
    <dc:date>2026-04-21T09:50:17Z</dc:date>
    <item>
      <title>Is it safe to delete Opensearch dump files resulting from JVM errors in Data Store and Portal?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/is-it-safe-to-delete-opensearch-dump-files/m-p/1697109#M17300</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;C:\Program Files\ArcGIS\DataStore\framework\runtime\opensearch&lt;/P&gt;&lt;P&gt;C:\Program Files\ArcGIS\Portal\framework\runtime\ds\framework\runtime\opensearch&lt;/P&gt;&lt;P&gt;The dump files seem to result from&amp;nbsp;a fatal error involving the JRE. An example of a log file that goes with the dump file is attached.&lt;/P&gt;&lt;P&gt;The top portion of the log file reads:&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# A fatal error has been detected by the Java Runtime Environment:&lt;BR /&gt;#&lt;BR /&gt;# EXCEPTION_IN_PAGE_ERROR (0xc0000006) at pc=0x00007ffafbb977fb, pid=10080, tid=12392&lt;BR /&gt;#&lt;BR /&gt;# JRE version: OpenJDK Runtime Environment Temurin-11.0.18+10 (11.0.18+10) (build 11.0.18+10)&lt;BR /&gt;# 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)&lt;BR /&gt;# Problematic frame:&lt;BR /&gt;# V [jvm.dll+0x6777fb]&lt;BR /&gt;#&lt;BR /&gt;# Core dump will be written. Default location: C:\Program Files\ArcGIS\DataStore\framework\runtime\opensearch\hs_err_pid10080.mdmp&lt;BR /&gt;#&lt;BR /&gt;# If you would like to submit a bug report, please visit:&lt;BR /&gt;# &lt;A href="https://github.com/adoptium/adoptium-support/issues" target="_blank"&gt;https://github.com/adoptium/adoptium-support/issues&lt;/A&gt;&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What we'd like to know is: Are these object dump files safe to delete to free up space?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2026 16:08:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/is-it-safe-to-delete-opensearch-dump-files/m-p/1697109#M17300</guid>
      <dc:creator>StephenKaranja</dc:creator>
      <dc:date>2026-04-18T16:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete Opensearch dump files resulting from JVM errors in Data Store and Portal?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/is-it-safe-to-delete-opensearch-dump-files/m-p/1697176#M17301</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/27008"&gt;@StephenKaranja&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Yes, you can delete the dump files, please make sure to only delete the .mdmp files as there are other configs in the file locations. If you can make a backup before making any system changes.&lt;BR /&gt;&lt;BR /&gt;If you get a lot of these dumps then investigate your system something is wrong, like running out memory, or maybe even datastores automated backup running and causing an out of disk scenario.&lt;/P&gt;&lt;P&gt;The hs_err_pidXXXX.mdmp files are created when the Java Virtual Machine (JVM) running OpenSearch encounters a fatal error and crashes (e.g., out-of-memory, segmentation fault, EXCEPTION_IN_PAGE_ERROR, etc.).&lt;/P&gt;&lt;P&gt;Kind Regards&lt;BR /&gt;Henry&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 04:59:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/is-it-safe-to-delete-opensearch-dump-files/m-p/1697176#M17301</guid>
      <dc:creator>HenryLindemann</dc:creator>
      <dc:date>2026-04-20T04:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete Opensearch dump files resulting from JVM errors in Data Store and Portal?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/is-it-safe-to-delete-opensearch-dump-files/m-p/1697405#M17309</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/400739"&gt;@HenryLindemann&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply.&lt;/P&gt;&lt;P&gt;We opted to move some of the core dump files to another drive to create some more free space on C:. We had created a full backup of the system before this.&lt;/P&gt;&lt;P&gt;We investigated the system and think it is likely running out of memory that could be causing this. The memory usage is at about 100% and we think this causes Portal for ArcGIS to go down as well reporting a "no buffer space available" error. We had posted about this &lt;A href="https://community.esri.com/t5/arcgis-enterprise-questions/could-not-access-any-arcgis-enterprise-portal/m-p/1697002#M44093" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;We have requested the IT department to increase the RAM on the server machine to enable us monitor the issue and see whether it stops occurring. We'll keep you posted on the outcome of this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 09:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/is-it-safe-to-delete-opensearch-dump-files/m-p/1697405#M17309</guid>
      <dc:creator>StephenKaranja</dc:creator>
      <dc:date>2026-04-21T09:50:17Z</dc:date>
    </item>
  </channel>
</rss>

