Is there anyhwhere that has any kind of benchmark for different hardware when hosting minecraft servers? I’m considering migrating to my homelab from a sparkedhost instance but I dont know if it’ll be worth potentially worse performance (Ryzen 7000-series x3 vCPUs versus my i5 9500 running concurrent services)

  • narc0tic_bird@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    ·
    15 hours ago

    World simulation (ticks) is single-threaded, but things like world generation are multithreaded. I’d recommend Paper as server software as it’s more performant out of the box (vs. vanilla) and configurable (ex. how many threads world generation is allowed to use).

    If you host multiple worlds I recommend spinning up a Paper instance for each world separately and connect them with Velocity.

    Ryzen 7000 should have better single-threaded performance than your i5-9500 but as it’s a VM ymmv depending on whether Sparked Host overprovisions their machines.

    • xavier666@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      I’d recommend Paper as server software as it’s more performant out of the box (vs. vanilla)

      Only if you don’t play technical minecraft with sensitive redstone arrangements.

      OP, if you want performance and redstone, use a fabric server.

      • narc0tic_bird@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 hours ago

        Fabric with some performance-enhancing mods is a great choice as well, yes! I’ve been wanting to test it on my server for a while now, just haven’t got around to it yet.

        Paper changes some of the more quirky vanilla redstone behavior, although - again - it’s very configurable so some of that original behavior can be restored.

        I’d mostly base it on which plugin/mod ecosystem you prefer/require.