]> git.ipfire.org Git - thirdparty/systemd.git/commit
mkosi: Drop CPUs= limit
authorDaan De Meyer <daan@amutable.com>
Mon, 11 May 2026 19:58:24 +0000 (21:58 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 11 May 2026 22:13:10 +0000 (23:13 +0100)
commitd0168f4db613610b674dcf41afababde57b8d56b
tree440c8a849abef9d02ec5c750f58f05fcabf236d4
parenta19d92003d5703fce35bdd81ed7dce978fc814d1
mkosi: Drop CPUs= limit

Limiting VMs to 2 cpus was cargo culting without any
actual data that this benefits performance. The host OS
has a scheduler, let's make use of it and give the VM access
to all the CPUs. This doesn't mean they become inaccessible to
the host, it just means the VM gets as many virtual CPUs as the
host has CPU cores (threads). How they get scheduled is still up
to the host OS.
mkosi/mkosi.conf