this post was submitted on 07 Jul 2023
35 points (97.3% liked)

Selfhosted

38813 readers
469 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.

Resources:

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

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I've heard a lot of people say your swap should be 2x RAM.. but do I really need 32GB of swap?

you are viewing a single comment's thread
view the rest of the comments
[–] SJ_Zero@lemmy.fbxl.net 5 points 1 year ago (2 children)

There's people who make dumb arguments that go "but what if you run out of ram?" And then someone else says "I have enough ram" and then someone else goes "but what if you run out of ram?"

I have a small amount of swap, a few gigs, and enough memory for the application. Moreover I also have my swappiness set to 0 because I don't want stuff swapped out of memory. If I need more memory I need more memory.

[–] takeda@kbin.social 6 points 1 year ago* (last edited 1 year ago) (1 children)

I'm one of those people.

I will leave you this: https://chrisdown.name/2018/01/02/in-defence-of-swap.html

This is a nice read from a kernel developer responsible for memory management.

[–] dpflug@hachyderm.io 1 points 1 year ago (1 children)

@takeda
Thanks for sharing. Always good to learn more.
@sam @SJ_Zero @selfhosted

Hi there! Looks like you linked to a Lemmy community using an URL instead of its name, which doesn't work well for people on different instances. Try fixing it like this: !selfhosted@lemmy.world

[–] eh@nerdbin.social 1 points 1 year ago (1 children)

Moreover I also have my swappiness set to 0 because I don’t want stuff swapped out of memory. If I need more memory I need more memory.

I don't think swappiness has worked that way for a while now.

https://chrisdown.name/2018/01/02/in-defence-of-swap.html

[–] SJ_Zero@lemmy.fbxl.net 1 points 1 year ago

It does. I can vouch for it's behavior in practice. My servers basically sit with the swap file unused, which isn't the case when I set swappiness to a non-zedo value