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 and AppDynamics.HeapDump_x64.dll
  • On Linux, ensure that applications have the required permission to perform ptrace calls. In Docker Linux containers, the following command argument will enable the SYS_PTRACE capability.

    --cap-add SYS_PTRACE