:: Re: [DNG] Which desktops are availa…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Alessandro Selli
Fecha:  
A: dng
Asunto: Re: [DNG] Which desktops are available in Devuan?
On Thu, 17 Aug 2017 at 10:05:55 -0400
Hendrik Boom <hendrik@???> wrote:

> On Thu, Aug 17, 2017 at 02:17:03AM -0400, Steve Litt wrote:
>
> > Every time one uses the word "cgroups" he's subtly arguing for
> > systemd. Every time one uses the word "DE" he's subtly arguing for
> > complex, and usually bloated, GOSFUIs.
>
> Just wondering. Does Android use cgroups in its attampt to keep apps
> from interfering withone another?


I don't know what for, but it does look like it uses them:

adb shell mount | grep cgroup
none on /acct type cgroup (rw,relatime,cpuacct)
none on /dev/memcg type cgroup (rw,relatime,memory)
none on /dev/cpuctl type cgroup (rw,relatime,cpu)
none on /dev/bfqio type cgroup (rw,relatime,bfqio)


This is on an Android 7.1.2.


Alessandro