summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cheatsheet.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/cheatsheet.md b/cheatsheet.md
index e0e88a8..5e1295b 100644
--- a/cheatsheet.md
+++ b/cheatsheet.md
@@ -180,6 +180,7 @@ To use GDB:
By default coredump is disabled in OpenBMC. To enable coredump:
```
echo '/tmp/core_%e.%p' | tee /proc/sys/kernel/core_pattern
+ulimit -c unlimited
```
## Cleaning up read-write file system changes
OpenPOWER on IntegriCloud