Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 5bb4651

Browse files
author
Andrew Jones
authored
Merge pull request #1295 from vt0r/sysctl_kernel.panic_2
Allow 30 minutes for kdump to write out crash dumps
2 parents e9857bc + 41cc4f9 commit 5bb4651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/bcpc-hadoop/recipes/configs.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# Reboot on kernel panic
4646
sysctl_param 'kernel.panic' do
47-
value 10
47+
value 1800
4848
end
4949

5050
# Populate node attributes for all kind of hosts

0 commit comments

Comments
 (0)