- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
delete files from the directory configured in the "Heap Dump Directory" of the CDH/CM services
Created ‎04-14-2022 08:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can we delete the files that exist in the directory configured in the "Heap Dump Directory" option of the services in CDH/CM?
Created ‎04-14-2022 09:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @yagoaparecidoti
If those files extension is hprof yes, they are safe to be removed. If you're investigating an issue with a service crash they may be helpful.
Additionally, hprof files are an indication that a service does not have enough heap size, so if the file is called something like, "mgmt_mgmt-NAVIGATORMETASERVER-<ID>_pid$$.hprof" it means that you have issues with the Navigator Metadata Services not having enough assigned heap memory. All the other services/roles meet the same naming convention.
Hope this helps!
Jeremy Molina
Created ‎04-14-2022 09:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @yagoaparecidoti
If those files extension is hprof yes, they are safe to be removed. If you're investigating an issue with a service crash they may be helpful.
Additionally, hprof files are an indication that a service does not have enough heap size, so if the file is called something like, "mgmt_mgmt-NAVIGATORMETASERVER-<ID>_pid$$.hprof" it means that you have issues with the Navigator Metadata Services not having enough assigned heap memory. All the other services/roles meet the same naming convention.
Hope this helps!
Jeremy Molina
Created ‎04-14-2022 09:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi @jeremymolina , how are you?
thank you very much for the explanation.
