mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Extend hung task timeout before killing process
This commit is contained in:
parent
f633a1cbe1
commit
ad3703c1c0
|
@ -17,6 +17,9 @@ fi
|
|||
# Set sticky bit on /tmp
|
||||
chmod +t /tmp
|
||||
|
||||
# Kernel settings
|
||||
echo "180" > /proc/sys/kernel/hung_task_timeout_secs || true
|
||||
|
||||
# Save dmidecode info
|
||||
dmidecode | grep UUID | cut -d ' ' -f 2 > /tmp/dmidecode_serial
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user