Comment on I measured the idle RAM of 19 self-hosted apps on identical hardware so you can size a VPS without guessing

non_burglar@lemmy.world ⁨3⁩ ⁨days⁩ ago

So, couple things here:

  1. Most VPS have elastic memory, meaning they can borrow burst ram from the host for short periods. This means you 1GB vps can probably run at 1.5GB or even two during some demanding jobs for a short time. And depends on the provider.
  2. You don’t document how you installed any of these.
  3. .net core doesn’t work that way, it’s not “running” underneath the arr stack. There is some init stuff that happens when you first start a .net app, setting up DLLs, paths in /opt and such, but there isn’t a resident “layer” involved.
  4. My arr stack executables never, ever exceed 700MB, 2GB is more than enough. I’ve watched these metrics since the days when radarr and sonarr were backed by mono. You do need some mem space to store temporary show/movie metadata, but it’s trivial.
  5. As others have said, peak demand ia what you want to know, not base requirement.

Generally, I like where you’re taking this, but I think some more experience with how processes and memory work will help you a lot.

original
Sort:hotnewtop