From 705b49a0d66cfaaa3b41bbba651e6c614cdfbced Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 7 Dec 2021 00:15:00 -0600 Subject: start of compress script, core dump script, lsdu, and setup script --- misc/enablecoredumps | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 misc/enablecoredumps (limited to 'misc/enablecoredumps') diff --git a/misc/enablecoredumps b/misc/enablecoredumps new file mode 100755 index 0000000..e435cc7 --- /dev/null +++ b/misc/enablecoredumps @@ -0,0 +1,3 @@ +#!/bin/sh +ulimit -c unlimited +sysctl -w kernel.core_pattern=/tmp/core-%e.%p.%h.%t -- cgit v1.2.3