Hi,

Do you have suggestions for kernel tweaks for getting the most out of a RAM limited system?

I am running a service requiring 2GB of RAM (netbird) on a VPS which has just 1 GB of memory. I am doing so because I am a stingy bastard and I use only free VPSs for my personal use so I get what I am paying for.

Because of this hardware limit in about 12 hours from service start I begin swapping a bit too much. This would still be manageable but soon the hypervisor gets really pissed and steals up to 90% of the CPU. So the only solution so far is restarting the docker containers every 12 hours (not great, not terrible).

Looking to improve this, Iam now experimenting with ZRAM and swappiness and it seems some benefit can be achieved by using some of the Linux kernel feaures. Is there anything else I should look into?

  • @[email protected]
    link
    fedilink
    59 months ago

    It seems to me you are already looking into all the possible options besides getting a VPS with more RAM. I am a bit confused on why you are seeing increased CPU usage by the hypervisor for this though.

    • @[email protected]OP
      link
      fedilink
      49 months ago

      The server is clearly overloaded, as soon as I start using some 10% of CPU frequently for some minutes (due to swap operations), the Hypervisor starts to throttle my instance and this of course makes the thing worse with an avalanche effect. When this happens steal time displayed from top can go literally as high as 90%.

      • @[email protected]
        link
        fedilink
        5
        edit-2
        9 months ago

        On AWS they have something called “bursting”. Basically they will let you use 100% of your vCPU, but not all the time. If you use it constantly they start to throttle you. That’s explicitly stated when you rent an EC2 instance (which is their VPS). Perhaps your provider is doing something similar.

        • @[email protected]OP
          link
          fedilink
          29 months ago

          Yes exactly, burstable instances it’s common jargon for AWS and GCP, but applies to all major providers.

        • falsem
          link
          fedilink
          19 months ago

          Yeah, those are great for something that will be sitting idle most of the time, awful for anything else.

        • @nous
          link
          English
          49 months ago

          I use only free VPSs

          So probably not entitled to anything from them.

        • @[email protected]OP
          link
          fedilink
          29 months ago

          I believe it’s a shared VCPU intentionally, I will recheck the terms and conditions, but I think I am not in the position to claim much.