Skip to content

Commit

Permalink
Fix thread starvation issue at boot
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Feb 24, 2021
1 parent 7a4acc2 commit ae1130d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/ubuntudocker/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ unpack /filesystem/boot /boot
# Unpack root at the end, so files are modified before
unpack /filesystem/root /

echo "kernel.watchdog_thresh=20" > /etc/sysctl.d/99-watchdog_thresh.conf

apt-get update
apt-get install -y avahi-daemon
apt-get clean

0 comments on commit ae1130d

Please sign in to comment.