Prerequisites
- If you are not using MSI for the agent installation, make sure you copy the following files.
- On Linux:
AppDynamics.HeapDump.Library.dll
- On Windows:
AppDynamics.HeapDump_x86.dll
andAppDynamics.HeapDump_x64.dll
- On Linux:
-
On Linux, ensure that applications have the required permission to perform
ptrace
calls. In Docker Linux containers, the following command argument will enable theSYS_PTRACE
capability.--cap-add SYS_PTRACE