On Mon, 2025-09-08 at 12:25 +0200, Javier Martinez wrote: > El 8/9/25 a las 6:51, Vitaly Zdanevich escribió: > > You can leverage |MAKEOPTS="-j1" so only one core will be used for > > compiling.| > > https://wiki.gentoo.org/wiki/MAKEOPTS <https://wiki.gentoo.org/wiki > > /MAKEOPTS> > > ---------------- > > To: gentoo-user ([email protected]); > > Subject: [gentoo-user] Compiling stuff directly on Gentoo server; > > 08.09.2025, 06:25, "whiteman808" <[email protected]>: > > > > Is upgrading world and having CPU load 100% on public-facing > > Gentoo server > > harmful for reliability and stability of running services, > > especially when > > many people uses them? If so, does scheduling world upgrades > > to e.g. night > > time make problems arising from upgrading world significantly > > less noticeable? > > > Also you can check --load-average, man emerge
You can also set PORTAGE_NICENESS=20 to give emerge jobs the lowest priority.

