Posts: 200
Threads: 29
Joined: Apr 2011
Thanks: 13
Given 6 thank(s) in 4 post(s)
1) What is the maximum sustain online server? (map 1000x1000) Has anyone tried?
2) What about the online maps? how to do?
sorry for my english:D
Posts: 200
Threads: 29
Joined: Apr 2011
Thanks: 13
Given 6 thank(s) in 4 post(s)
How many people can play on Raspberry pi ? How many people play in your Raspberry pi ?
My native language - russian :-)
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I've had 6 players in the Gallery server and there were no problems at all, but the Gallery server is rather specific - it has many features disabled to prevent griefing, has no fluids, entities, redstone, and the players don't go exploring the world so much. I'd still say 10 people on a 512 MiB RasPi should be fine.
Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
Yeah, I'd think that that would be about right. It would be more once the new chunk sparsing changes come out. If you wanted to optimise more, you could turn the compression level down because that takes a lot of the idle CPU time.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I don't know, I haven't seen much change in the CPU usage with different compression levels - but then, I didn't make any specific measurements, I don't know my way around *nix that much.
Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
When we profiled MCS a while back we found that compression was taking about 30% of the CPU load. That wasn't for a particularly active server, though.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Yeah, but that was both protocol compression and storage compression; what is the ratio between the two?
I remember setting the compression level to zero on the Gallery server at first, but when it produced a gigabyte worth of world data, I decided to go back to level 6 (the default) and had to write the MCA defrag utility to make the world reasonably small again (~30 MiB).
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
No idea, gprof doesn't provide that info.