|
|
|
|
|
by nottorp
180 days ago
|
|
Heh. I still have a pre systemd machine around. It uses 300 M of RAM for the OS and a few services I use in my home. I recently set up a "modern" systemd based Ubuntu server in a VM and it used closer to 1 G before I installed any service. |
|
I just checked a random debian 12 system (with systemd) running a bunch of services at home, and here's what I see:
$ free -m
total used free shared buff/cache available
Mem: 3791 320 2235 1 1313 3471
Swap: 99 0 99
Seems like usage is pretty much on par with your expectation. The largest consumers are systemd-journal which is storing logs in RAM, and filebeat which is relatively wasteful w/ memory. systemd itself (without the journal buffer log) consumes maybe 20-30 MB.