|
|
Log in / Subscribe / Register

Resource management in KDE

Resource management in KDE

Posted Oct 20, 2020 16:30 UTC (Tue) by Conan_Kudo (subscriber, #103240)
In reply to: Resource management in KDE by ovitters
Parent article: Resource management in KDE

The current assumption with the cgroup code in GNOME and KDE Plasma is that cgroup v2 is in use. That is, the unified hierarchy is enabled (as systemd calls it). Today, that is active in Fedora (since Fedora 31), and I expect it will be enabled in openSUSE Tumbleweed soon.


to post comments

Resource management in KDE

Posted Oct 20, 2020 21:43 UTC (Tue) by ms (subscriber, #41272) [Link] (3 responses)

Last I checked (~2 months ago), Docker still requires v1. So for a huge number of us doing development work who sadly depend on Docker, the hybrid "unified" hierarchy is the furthest you can get to turning v1 off.

Resource management in KDE

Posted Oct 20, 2020 21:45 UTC (Tue) by Conan_Kudo (subscriber, #103240) [Link] (1 responses)

Moby supports cgroup v2 in the mainline code, it just hasn't been released yet. Once the first Moby/Docker 20.xx release arrives, that should be resolved. Alternatively, you can ship a snapshot release...

Resource management in KDE

Posted Oct 21, 2020 8:17 UTC (Wed) by ms (subscriber, #41272) [Link]

Very useful to know - thank you.

Resource management in KDE

Posted Oct 20, 2020 23:05 UTC (Tue) by intelfx (subscriber, #130118) [Link]

There is Podman which is mostly compatible to Docker and supports unified hierarchy (via crun runtime) for some time now. This is how I solved this problem for myself.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds