File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,17 @@ default mappings that are present in the coredump. `man core`[^man_core]
7777provides a good overview of the options available to you when configuring
7878coredumps.
7979
80+ In addition the kernel configuration, you'll need to set the ` ulimit ` for the
81+ process that you want to capture a coredump for. The ` ulimit ` command is used to
82+ set the resource limits for a process. The ` core ` resource limit is the one
83+ we're interested in. This sets the maximum size of a coredump that can be
84+ generated by a process. To make things easy, you can set it to unlimited with
85+ the following command:
86+
87+ ``` bash
88+ ulimit -c unlimited
89+ ```
90+
8091### ` core_pattern `
8192
8293The kernel provides an interface for controlling where and how coredumps are
You can’t perform that action at this time.
0 commit comments