From e4055f23265b65826726331f6e7c58e6ed65133e Mon Sep 17 00:00:00 2001
From: amiga23 <t.scheller@email.de>
Date: Thu, 22 Oct 2020 18:29:32 +0200
Subject: [PATCH] Add irqbalance (#599)

irqbalance distributes hardware interrupts across processors. If there is only 1 CPU it will silently exit.
Increases performance in multiprocessor/multicore systems.
Seems to reduce "CPU Stuck" issue with nested virtualization.
---
 images/00-base/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/images/00-base/Dockerfile b/images/00-base/Dockerfile
index 8c8676f..e45c57c 100644
--- a/images/00-base/Dockerfile
+++ b/images/00-base/Dockerfile
@@ -25,6 +25,7 @@ RUN apk --no-cache add \
     hvtools \
     iproute2 \
     iptables \
+    irqbalance \
     iscsi-scst \
     jq \
     kbd-bkeymaps \
-- 
GitLab