3

Can i run a minecraft server on a cluster of 4 or 8 raspberry pis (model B+), and use all core and ram for the minecraft server?

Bex
2,9293 gold badges27 silver badges34 bronze badges
asked Aug 30, 2014 at 7:00

1 Answer 1

5

With some reservations, the answer is probably "No".

That is not to say that you can't make a cluster of raspberry pis (because you can), and not to say that you can't run minecraft on such a cluster (because you can), but rather that currently there is no implementation of a minecraft server that would actually benefit from such a setup. That is - the performance wouldn't increase.

What minecraft needs is relatively few cores that run on very high speed and a lot of common memory.

I run a minecraft server on hardware built for an htpc. Such a setup can probably be comparable in pricing to an 8 node raspberry pi-cluster, and work a lot better for this usecase.

answered Sep 1, 2014 at 10:58
1
  • +1. From what I remember, Minecraft has a single thread active most of the time. It will benefit rather significantly form a second CPU core (so the game is not interrupted when the garbage collector runs), but you'll see practically no benefit from extra CPUs. Needless to say, garbage collector is not something that can be offloaded to another cluster node. Commented Nov 15, 2016 at 14:07

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.