This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Description
In single-core machines, when running apt-get list as a subprocess, we end up in using the whole CPU.
This is visible, especially on old Raspberry-Pi and BeagleBone.
Please enable changing the priority of the process. I think running as root automatically has more priority. On single-core computers, the priority should be lower than other processes.