I’m looking for a distro recommendation for development needs.

I have a 16gb ram pc and using docker and k3s to run my code, and multiple intellijs on a linux vmware vm (my host is windows) which eats a lot of ram. I tried ubuntu, Debian and xubuntu.

Most of them didn’t handle my ram consumptions, xubuntu is good but I’d like to know if there’s a better one for my needs.

  • nachtigall@feddit.de
    link
    fedilink
    English
    arrow-up
    13
    ·
    edit-2
    11 months ago

    Fedora is a great distro for development (used by Torvalds himself ;-).

    If RAM is a problem you could try using ZRAM. Unlike the name suggests, this compresses data in RAM instead of swapping to disk, so that more data fits in there than normally available. Fedora for example uses zswapzram by default with a value of max(0.5*RAM, 4GB) but can be configured to utilise more.

    [source]

    EDIT: confused zswap and zram