Summary
You want to create a process/machine core dump for debugging analysis.
Solution
Use pstack on Linux systems to get a stack for the agent process.
Use gcore to generate a core.
Make sure coredumpsize
is unlimited.
Make sure ulimit -c
is unlimited.
Applies to
- Product versions: NA
- OS versions: all Linux
0 Comments