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
    ·
    11 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.