I'm tried of people complaining about lag. I've noticed dedicated blockland server ONLY take up (at most) 400mb of ram. I was wondering if i could configure the server to increase player count? In the config/server folder there is a file called "prefs.cs". In this file it contains network settings for packet size and speed.
$pref::Net::PacketRateToClient = "128";
$pref::Net::PacketRateToServer = "128";
$pref::Net::PacketSize = "1023";
$Pref::Net::LagThreshold = "400";
Would increasing these settings allow for more players and in return increase ram usage?
Also What does LagThreshold mean? Is this the max ping before the yellow "LAG" thing pops up?