this post was submitted on 13 Mar 2026
209 points (98.2% liked)

Selfhosted

58486 readers
526 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Zos_Kia@jlai.lu 2 points 1 month ago (3 children)

Serious question, what does RAM help with in the context of self hosting? I recently bought 32G for my server, and it's DDR3 ecc so it's so cheap I could have afforded 64 but I just kept wondering what will I use it for? I rarely go north of 6G usage and that's with half a dozen services, a Minecraft server etc... I just don't know what kind of services are RAM hungry.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 5 points 1 month ago (1 children)

VMs mostly. What are you hosting on Minecraft that isn’t using >=4 gigs?

Also ZFS.

[–] Zos_Kia@jlai.lu 1 points 1 month ago (1 children)

VMs mostly

oh yeah i see how that can be hungry

What are you hosting on Minecraft that isn’t using >=4 gigs?

Just a vanilla server i play on with my son, it's got 2G and i haven't noticed anything out of the ordinary. Chunk gen is slow-ish but i suppose that's CPU-bound.

BTW i exagerated in my initial comment, i looked at the machine and it's sitting just under 8G of used RAM.

Also ZFS

Jesus christ 😅 no idea if you're jesting

[–] PoliteDudeInTheMood@lemmy.ca 4 points 1 month ago

ZFS will use memory to cache. Right now my unraid server is using 16gigs, most of that is being used by ZFS to cache files. 4gigs is all ~20 containers are using.

[–] vodka@feddit.org 3 points 1 month ago (1 children)

My use case might not be very relatable, but I run a bunch of stuff cached in ramdisk.

One example is if my jellyfin server has to transcode something, I have it use ramdisk instead of my SSD for the transcoding cache.

[–] Zos_Kia@jlai.lu 1 points 1 month ago (1 children)

I see, that's interesting. I do a lot of transcoding but offline so i don't have usage for such a cache. I've tested various storage solutions but on my setup, transcoding is always CPU-bound, even on old ass HDDs the bottleneck is never I/O.

[–] vodka@feddit.org 2 points 1 month ago

I do reencode bluray remuxes too, and also then use ramdisk for it.

I've just, always had enough ram to do it so I've stuck with it. And the ram is probably gonna take the wear better than SSDs do.

I also use it for download cache for some things, smaller things like music and books/manga.

[–] panda_abyss@lemmy.ca 1 points 1 month ago (1 children)

Probably not a lot.

My system idles at 3gb.

But then I do AI stuff and it needs 15-80gb. And I do data analyses that can use a lot.

[–] Zos_Kia@jlai.lu 1 points 1 month ago

Yeah i specifically don't do any AI workloads on my server, that would be stupid slow with my old ass hardware. But my buddy (who's a bit impulsive with money) bought two Spark GX10s and we're likely to get some fun out of them :)