From acd60e45d8cbc98ea935c9bf035f2840622ab58d Mon Sep 17 00:00:00 2001 From: Raja Grewal Date: Sun, 14 Jul 2024 20:07:31 +1000 Subject: [PATCH] Add comment about enabling core dump files --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d49d65f..5d9b594 100644 --- a/README.md +++ b/README.md @@ -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.