mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 07:33:01 +02:00
When loading big OCI images at boot the `podman load` process completely monopolizes all cores of an Arm Cortex-A72. It blocks on I/O, sure, but with 'nice' we can get some attention at least to more critical services at boot. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>