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.
-
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
-
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
-
Either start a new shell terminal to pick up the
ulimit
settings and restart Docker from the new terminal, or restart the system.