How make Linux core dumping for every process not only for deaemons?
|
feedback
|
|
you need to change these check your current core limit with ulimit
0 means no core is generated
set it to unlimited or any other value (this is max size of core file)
This will change core limit for current session. You need to add this in /etc/init.d [file name depends on distribution] so that these values are set when computer boots. | |||||
feedback
|