Core file redirection

Before you install Eclipse Amlen, ensure that core files can be redirected to a known location.

Disable the abrt service from handling application crashes. For more information, see your distribution documentation.

  1. Run the following command to ensure that core files can be written to a known location:
    echo "/var/messagesight/diag/cores/bt.%e" > /proc/sys/kernel/core_pattern
  2. Ensure that ulimit -c is set to unlimited for all users by adding following lines to the /etc/security/limits.conf file:
    * soft core unlimited
    * hard core unlimited
    
  3. Either start a new shell terminal to pick up the ulimit settings and restart Docker from the new terminal, or restart the system.