memory consumption

Marco Ippolito maroloccio at gmail.com
Thu Apr 1 08:56:01 EDT 2021


> > Are you running with systemd? 
> 
> I really don't know.

An example of how to check:

```
$ readlink /sbin/init
/lib/systemd/systemd
```

You want to check which program runs as PID 1.

```
ps 1
```


More information about the Python-list mailing list