How to Perform a Server Memory Dump
14618
Created On 08/20/20 23:44 PM - Last Modified 10/22/25 09:44 AM
Objective
Perform a memory dump.
Environment
- Cortex XSOAR
- Version 5.5 and above.
Procedure
Web Browser:
- To enable the memory dump to download from port 6061, add the following configuration to the /etc/demisto.conf file.
"server.diagaddr":":6061"
- Restart the Cortex XSOAR service.
- To download the memory dump, open a web browser and go to: http://${xsoar_ip}:6061/debug/pprof/heap
- As root, run the following command: wget http://localhost:6061/debug/pprof/heap. After a few seconds, a file named heap should be created in the local directory.
- Forward the heap file to the Customer Support team.
Note: Only perform a memory dump when requested by the engineering team.