Add comment about enabling core dump files

This commit is contained in:
Raja Grewal 2024-07-14 20:07:31 +10:00
parent 5cf9afc215
commit acd60e45d8
No known key found for this signature in database
GPG Key ID: 92CA473C156B64C4

View File

@ -54,7 +54,8 @@ space, user space, core dumps, and swap space.
- Increase the maximum number of memory map areas a process is able to utilise.
- Disable core dump files and prevent their creation.
- Disable core dump files and prevent their creation. If core dump files are
enabled, they will be nammed based on `core.PID` instead of the default `core`.
- Limit the copying of potentially sensitive content in memory to the swap device.