from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

86109

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tips&Tricks

nice and PORTAGE_NICENESS

Very simply put, the Linux kernel has a (process) scheduler that selects which process to run next in your system. One factor influencing the scheduler's decision about which process to assign CPU time to, is the priority of a process. Processes with a high priority will run before those with a lower priority, and processes with the same priority will take turns in running, one after the other and over again.

Better have a look at it for yourself: Run top from a terminal on your host and pay special attention to the PR and NI columns:

Sample top output

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND 
 8005 root      20   0 85188  33m  57m R  3.3  6.7   8:43.77 X 
 8148 tobias    20  10 25624 2376  24m S  0.3  0.5   0:00.60 xscreensaver 
    1 root      20   0  2476  552 2304 S  0.0  0.1   0:00.31 init 
    2 root      39  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd/0 
    3 root      15  -5     0    0    0 S  0.0  0.0   0:00.09 events/0

The PR column indicates the priority level of a process, the value in the NI column displays the so-called nice value of process, which allows you to adjust the priority of a running process. Possible values range from -20 (very high priority), via 0 (standard priority) to 20 (very low priority). In our little example the xscreensaver process has a higher nice value than X, which indicates that X has a higher priority than xscreensaver.

Now, how do we make this work to our advantage when using Portage?

If you keep using your computer while compiling packages you will notice that your box is much less responsive as usal. This is caused by having two "groups" of processes with the same nice priority: your usual running tasks on one side, and emerge (and its child processes) on the other. Now, if you could renice emerge and its children to a higher nice (i.e. lower priority!) value (default is 0), compiling would inevitably take somewhat longer, but you could use your workstation without noticing much difference to its usual performance. That's what the PORTAGE_NICENESS parameter in /etc/make.conf is for:

Code Listing 1: Put this in /etc/make.conf

PORTAGE_NICENESS="15"

You can generally "renice" individual processes from the commandline, (e.g. renice 0 -p 8148 to prioritize xscreensaver in the above example), but this will not work with emerge, as Portage reads the PORTAGE_NICENESS setting from /etc/make.conf once and executes all child processes with the specified nice value.

From http://www.gentoo.org/news/en/gwn/20041101-newsletter.xml

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-06-21
gentoo-kernel-modprep - 6.1.176
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.1.176

Description

Minimal subset of gentoo-kernel-bin for building modules,

Added to portage

2026-06-21

gentoo-kernel-modprep - 6.12.94
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.12.94

Description

Minimal subset of gentoo-kernel-bin for building modules,

Added to portage

2026-06-21

gentoo-kernel-modprep - 6.18.36
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.18.36

Description

Minimal subset of gentoo-kernel-bin for building modules,

Added to portage

2026-06-21

gentoo-kernel-modprep - 6.6.143
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.6.143

Description

Minimal subset of gentoo-kernel-bin for building modules,

Added to portage

2026-06-21

kquickimageeditor - 0.6.2
Ebuild name:

media-libs/kquickimageeditor-0.6.2

Description

QtQuick components providing basic image editing capabilities

Added to portage

2026-06-21

openrc - 0.63.2
Ebuild name:

sys-apps/openrc-0.63.2

Description

OpenRC manages the services, startup and shutdown of a host

Added to portage

2026-06-21

systemd - 261
Ebuild name:

sys-apps/systemd-261

Description

System and service manager for Linux

Added to portage

2026-06-21

virtualbox-modules - 7.2.10-r1
Ebuild name:

app-emulation/virtualbox-modules-7.2.10-r1

Description

Kernel Modules for Virtualbox

Added to portage

2026-06-21

2026-06-20
atari800 - 6.0.0
Ebuild name:

games-emulation/atari800-6.0.0

Description

Emulator of Atari 8-bit computer systems and 5200 game console

Added to portage

2026-06-20

aws-session-manager-plugin - 1.2.835.0
Ebuild name:

app-admin/aws-session-manager-plugin-1.2.835.0

Description

AWS Session Manager Plugin for aws-cli

Added to portage

2026-06-20

awscli - 1.45.34
Ebuild name:

app-admin/awscli-1.45.34

Description

Universal Command Line Environment for AWS

Added to portage

2026-06-20

boto3 - 1.43.34
Ebuild name:

dev-python/boto3-1.43.34

Description

The AWS SDK for Python

Added to portage

2026-06-20

botocore - 1.43.34
Ebuild name:

dev-python/botocore-1.43.34

Description

Low-level, data-driven core of boto 3

Added to portage

2026-06-20

cake - 6.2.0
Ebuild name:

dev-dotnet/cake-6.2.0

Description

Cake (C Make) is a cross platform build automation system with a C DSL

Added to portage

2026-06-20

cmark-gfm - 0.29.0.13-r2
Ebuild name:

app-text/cmark-gfm-0.29.0.13-r2

Description

GitHub's fork of cmark

Added to portage

2026-06-20

csharp-language-server - 0.25.0
Ebuild name:

dev-dotnet/csharp-language-server-0.25.0

Description

Roslyn-based LSP language server for C

Added to portage

2026-06-20

cvise - 2.12.0-r1
Ebuild name:

dev-util/cvise-2.12.0-r1

Description

Super-parallel Python port of the C-Reduce

Added to portage

2026-06-20

ffmpeg - 7.1.5
Ebuild name:

media-video/ffmpeg-7.1.5

Description

Complete solution to record/convert/stream audio and video

Added to portage

2026-06-20

ffmpeg-compat - 7.1.5
Ebuild name:

media-video/ffmpeg-compat-7.1.5

Description

Complete solution to record/convert/stream audio and video

Added to portage

2026-06-20

fluent-icon-theme - 2026.06.19
Ebuild name:

x11-themes/fluent-icon-theme-2026.06.19

Description

Fluent icon theme for Linux desktops

Added to portage

2026-06-20

gcc - 14.3.1_p20260619
Ebuild name:

sys-devel/gcc-14.3.1_p20260619

Description

The GNU Compiler Collection

Added to portage

2026-06-20

gcc - 15.3.1_p20260619
Ebuild name:

sys-devel/gcc-15.3.1_p20260619

Description

The GNU Compiler Collection

Added to portage

2026-06-20

gherkin-official - 41.0.0
Ebuild name:

dev-python/gherkin-official-41.0.0

Description

Gherkin parser/compiler for Python

Added to portage

2026-06-20

gnome-shell-extension-desktop-icons-ng - 50.3.0
Ebuild name:

gnome-extra/gnome-shell-extension-desktop-icons-ng-50.3.0

Description

Desktop icon support for GNOME Shell

Added to portage

2026-06-20

gnome-shell-extension-weather-oclock - 50.4
Ebuild name:

gnome-extra/gnome-shell-extension-weather-oclock-50.4

Description

Display the current weather inside the pill n

Added to portage

2026-06-20

homebank - 5.10.2
Ebuild name:

app-office/homebank-5.10.2

Description

Free, easy, personal accounting for everyone

Added to portage

2026-06-20

hypothesis - 6.155.6
Ebuild name:

dev-python/hypothesis-6.155.6

Description

A library for property based testing

Added to portage

2026-06-20

inline-snapshot - 0.34.2
Ebuild name:

dev-python/inline-snapshot-0.34.2

Description

Create and update inline snapshots in your Python tests

Added to portage

2026-06-20

json5 - 0.15.0
Ebuild name:

dev-python/json5-0.15.0

Description

A Python implementation of the JSON5 data format

Added to portage

2026-06-20

libgpg-error - 1.61
Ebuild name:

dev-libs/libgpg-error-1.61

Description

Contains error handling functions used by GnuPG software

Added to portage

2026-06-20

libnvme - 1.16.2
Ebuild name:

sys-libs/libnvme-1.16.2

Description

C Library for NVM Express on Linux

Added to portage

2026-06-20

mgorny-dev-scripts - 81
Ebuild name:

app-portage/mgorny-dev-scripts-81

Description

Handy scripts for ebuild development and more

Added to portage

2026-06-20

mhash - 0.9.9.9-r4
Ebuild name:

app-crypt/mhash-0.9.9.9-r4

Description

Library providing a uniform interface to a large number of hash algorith

Added to portage

2026-06-20

minisign - 0.12
Ebuild name:

app-crypt/minisign-0.12

Description

Dead simple tool to sign files and verify signatures

Added to portage

2026-06-20

mit-krb5 - 1.22.2-r2
Ebuild name:

app-crypt/mit-krb5-1.22.2-r2

Description

MIT Kerberos V

Added to portage

2026-06-20

mit-krb5-appl - 1.0.3-r4
Ebuild name:

app-crypt/mit-krb5-appl-1.0.3-r4

Description

Kerberized applications split from the main MIT Kerberos V distrib

Added to portage

2026-06-20

mit-krb5-appl - 1.0.3-r5
Ebuild name:

app-crypt/mit-krb5-appl-1.0.3-r5

Description

Kerberized applications split from the main MIT Kerberos V distrib

Added to portage

2026-06-20

mkp224o - 1.7.0
Ebuild name:

app-crypt/mkp224o-1.7.0

Description

Vanity address generator for v3 Tor hidden service addresses

Added to portage

2026-06-20

monkeysphere - 0.44-r2
Ebuild name:

app-crypt/monkeysphere-0.44-r2

Description

Leverage the OpenPGP web of trust for OpenSSH and Web authentication

Added to portage

2026-06-20

mu - 1.14.2
Ebuild name:

net-mail/mu-1.14.2

Description

Set of tools to deal with Maildirs, in particular, searching and indexing

Added to portage

2026-06-20

pecl-http - 4.3.1-r1
Ebuild name:

dev-php/pecl-http-4.3.1-r1

Description

Extended HTTP Support for PHP

Added to portage

2026-06-20

pikepdf - 10.9.1
Ebuild name:

dev-python/pikepdf-10.9.1

Description

Python library to work with pdf files based on qpdf

Added to portage

2026-06-20

pwsh - 7.6.3
Ebuild name:

app-shells/pwsh-7.6.3

Description

Cross-platform automation and configuration tool

Added to portage

2026-06-20

pwsh-bin - 7.6.3
Ebuild name:

app-shells/pwsh-bin-7.6.3

Description

Cross-platform automation and configuration tool (binary package)

Added to portage

2026-06-20

pydantic-settings - 2.14.2
Ebuild name:

dev-python/pydantic-settings-2.14.2

Description

Settings management using Pydantic

Added to portage

2026-06-20

pyro5 - 5.17
Ebuild name:

dev-python/pyro5-5.17

Description

Distributed object middleware for Python (RPC)

Added to portage

2026-06-20

pytest - 9.1.1
Ebuild name:

dev-python/pytest-9.1.1

Description

Simple powerful testing with Python

Added to portage

2026-06-20

pythonnet - 3.1.0
Ebuild name:

dev-python/pythonnet-3.1.0

Description

Nearly seamless integration with the .NET Common Language Runtime

Added to portage

2026-06-20

rbst - 0.6.5-r2
Ebuild name:

dev-ruby/rbst-0.6.5-r2

Description

A simple Ruby wrapper for processing rST via docutils

Added to portage

2026-06-20

scipy - 1.18.0
Ebuild name:

dev-python/scipy-1.18.0

Description

Scientific algorithms library for Python

Added to portage

2026-06-20

spotify - 1.2.92
Ebuild name:

media-sound/spotify-1.2.92

Description

Spotify is a social music platform

Added to portage

2026-06-20

sssd - 2.13.1
Ebuild name:

sys-auth/sssd-2.13.1

Description

System Security Services Daemon provides access to identity and authentication

Added to portage

2026-06-20

synapse - 1.155.0
Ebuild name:

net-im/synapse-1.155.0

Description

Reference implementation of Matrix homeserver

Added to portage

2026-06-20

telegram-desktop - 6.9.3
Ebuild name:

net-im/telegram-desktop-6.9.3

Description

Official desktop client for Telegram

Added to portage

2026-06-20

thermald - 2.5.12
Ebuild name:

sys-power/thermald-2.5.12

Description

Thermal daemon for Intel architectures

Added to portage

2026-06-20

time - 1.10
Ebuild name:

sys-process/time-1.10

Description

Displays info about resources used by a program

Added to portage

2026-06-20

toomanycooks - 1.6.1
Ebuild name:

dev-cpp/toomanycooks-1.6.1

Description

C++20 concurrency framework with no compromises

Added to portage

2026-06-20

uv - 0.11.23
Ebuild name:

dev-python/uv-0.11.23

Description

A Python package installer and resolver, written in Rust

Added to portage

2026-06-20

uv-build - 0.11.23
Ebuild name:

dev-python/uv-build-0.11.23

Description

PEP517 uv build backend

Added to portage

2026-06-20

wsjtx_improved - 3.1.0_p260522
Ebuild name:

media-radio/wsjtx_improved-3.1.0_p260522

Description

Weak signal ham radio communication with improvements

Added to portage

2026-06-20

xl2tpd - 1.3.20-r1
Ebuild name:

net-dialup/xl2tpd-1.3.20-r1

Description

A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon

Added to portage

2026-06-20

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 61.7 ms