Scott Little 6e16428c26 Make builder nice to it's host
StarlingX build tools consume excessive cpu and io which can starve
non-build services, including kubernetes and calico. This results in
timeouts, restarts, and general instability of calico and kubernetes
which in turn can the build to fail. This affect is observed on the
main StarlingX build server.

The major build steps should employ 'nice' and 'ionice' to ensure
that critical services on the build host are not starved for cpu or io.

Closes-bug: 2095512
Change-Id: I9f9fd3c6cb3daef40c90299184ca09bc5a0d2415
Signed-off-by: Scott Little <scott.little@windriver.com>
2025-01-22 09:09:01 -05:00
..