Author Topic: How do you add more memory to a Blockland Ded. server?  (Read 772 times)

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!




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.

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.

I wonder, could you maybe have a batch file like this:

Code: [Select]
@echo off
:start
echo Starting server...
"C:\Program Files (x86)\Blockland\BlocklandLauncher.exe" -dedicated -map bedroom
goto :start

so that the server would auto-restart on a close or something?



That did not tell me at all how to add more memory to the server. It just talked about the breakthrough of adding more memory to the server. All I learned is that he used some HEX program....is this the only method?



You were given an answer, which is the one and only current solution.