Add --cpu-rt-runtime to allow Docker allocate real-time CPU time (#1235)#1236
Add --cpu-rt-runtime to allow Docker allocate real-time CPU time (#1235)#1236agners merged 2 commits intohome-assistant:devfrom
Conversation
|
This refs #1235 |
|
I tested the changes suggested by this PR in HAos and I could reproduce that at least docker has now enough However, the suggested change by @pvizeli in home-assistant/supervisor#2593 seems not be enough to get each container started by docker with enough real-time shares so that applications using Reviewing the changes suggested by home-assistant/supervisor#2593 it looks like only the See https://docs.docker.com/config/containers/resource_constraints/#configure-the-realtime-scheduler |
|
home-assistant/supervisor#2602 Need also an |
pvizeli
left a comment
There was a problem hiding this comment.
SUPERVISOR_CPU_RT=1 for supervisor startup
9c853bd to
0f4771f
Compare
No description provided.