Unverified Commit e4055f23 authored by amiga23's avatar amiga23 Committed by GitHub
Browse files

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.
Showing with 1 addition and 0 deletions
+1 -0
......@@ -25,6 +25,7 @@ RUN apk --no-cache add \
hvtools \
iproute2 \
iptables \
irqbalance \
iscsi-scst \
jq \
kbd-bkeymaps \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment