Blockland Forums > Help
How do you add more memory to a Blockland Ded. server?
Altiris:
I would want to know how to dedicate more ram to a Blockland dedicated server (1.67gb, unless Blockland already sets that as default) in a batch file I have created that looks like this:
Do I need to edit this file because of the v20 update? And do I place it in ProgramFiles(x86) or my Documents?
Thanks!
otto-san:
I don't think you can.
At least if there is a way I don't know about it.
I think you can find out all the TGE launch options by doing the -help launch option.
Of course some of them have been removed from Blockland I'm sure.
Altiris:
Aww, well thanks for your respone. And The image in the notepad is wrong, I fixed it to this:
"C:\Program Files (x86)\Blockland\BlocklandLauncher.exe" -dedicated -map bedroom
And Now it works.
Ill try looking into Torques list for online servers, like they have for Minecraft and java.
otto-san:
I wonder, could you maybe have a batch file like this:
--- Code: ---@echo off
:start
echo Starting server...
"C:\Program Files (x86)\Blockland\BlocklandLauncher.exe" -dedicated -map bedroom
goto :start
--- End code ---
so that the server would auto-restart on a close or something?
Chrono:
http://forum.blockland.us/index.php?topic=176851.0