We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a68fde commit 43bb0a9Copy full SHA for 43bb0a9
1 file changed
scripts/setup_node.sh
@@ -3,6 +3,9 @@
3
readonly DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
4
source "$DIR/setup.cfg"
5
6
+# Disable SMT
7
+echo off | sudo tee /sys/devices/system/cpu/smt/control
8
+
9
function SetupLoadBalancer() {
10
sudo apt-get -y install keepalived haproxy >> /dev/null
11
0 commit comments