this post was submitted on 19 Feb 2024
11 points (76.2% liked)

Sysadmin

7566 readers
1 users here now

A community dedicated to the profession of IT Systems Administration

No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
!lemmy@lemmy.ml
!lemmyworld@lemmy.world
!lemmy_support@lemmy.ml
!support@lemmy.world

founded 1 year ago
MODERATORS
 

Debian has less complexityand is very stable. It has a nice wiki and a Debian system can run for a few years on unattended upgrades.

Edit: this post was originally about cost savings but that is not really a useful metric

you are viewing a single comment's thread
view the rest of the comments
[–] e_t_@kbin.pithyphrase.net 9 points 7 months ago (1 children)

Define what you mean by "overhead"

[–] possiblylinux127@lemmy.zip 1 points 7 months ago (4 children)
[–] marcos@lemmy.world 9 points 7 months ago

Computing resource usage of your OS should be indistinguishable from $0 almost everywhere.

[–] e_t_@kbin.pithyphrase.net 3 points 7 months ago

OK, and compared to what? "Less" is a comparison, but you didn't specify what you're comparing Debian to.
Out-of-the-box RAM usage is a pretty specious metric because you're not installing Debian (or any other OS) just to have sit there in its out-of-the-box condition. Do you think a Debian server running Apache with 1000 vhosts will use less RAM than a RHEL server running nginx with 10 vhosts?

[–] fuckwit_mcbumcrumble@lemmy.world 1 points 7 months ago (2 children)

Debian uses like 200MBs of ram for a basic fresh install. That's negligible.

Unless you're deploying 500 virtual machines on a single server, that all run a single simple basic task the base ram usage of the OS shouldn't even be a factor.

[–] fuzzzerd@programming.dev 1 points 7 months ago

I think this is a fairly common use case. Maybe not the most common, but I've definitely seen this at multiple shops.

Density of RAM on hosts is often a limiting factor for scaling. Not every app is CPU hungry. Some just need to be available, and running a whole is for isolation is the way it's done in a lot of shops.

[–] possiblylinux127@lemmy.zip 1 points 7 months ago

For me it uses about 50mb. This means that something like a 1gb ram VM will go much farther.