diff --git a/starmade.kvp b/starmade.kvp index 9bd532b..5429ded 100644 --- a/starmade.kvp +++ b/starmade.kvp @@ -2,10 +2,10 @@ App.AdminMethod=STDIO App.ApplicationPort1=4242 App.ApplicationReadyMode=RegexMatch App.BaseDirectory=./starmade/244770/StarMade -App.CommandLineArgs=-Xmx{{MaxRAM}}M -Xincgc -Xshare:off -jar StarMade.jar -server +App.CommandLineArgs=-Xmx{{MaxHeap}}M -Xincgc -Xshare:off -jar StarMade.jar -server App.CommandLineParameterDelimiter= App.CommandLineParameterFormat=-{0} "{1}" -App.DisplayName=Starmade +App.DisplayName=StarMade App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "244770"} App.ExecutableLinux=244770/dep/java/jre1.7.0_80/bin/java App.ExecutableWin=244770\dep\java\jre1.7.0_80\bin\java.exe diff --git a/starmadeconfig.json b/starmadeconfig.json index 6dd4fb5..d8d5481 100644 --- a/starmadeconfig.json +++ b/starmadeconfig.json @@ -1,13 +1,13 @@ [ { - "DisplayName": "Maximum RAM", + "DisplayName": "Memory Limit (MB)", "Category": "Server Settings", - "Description": "Set the Max amount of RAM the server should use", + "Description": "Java's maximum heap size", "Keywords": "max ram", - "FieldName": "MaxRAM", + "FieldName": "MaxHeap", "InputType": "number", "IsFlagArgument": false, - "ParamFieldName": "MaxRAM", + "ParamFieldName": "MaxHeap", "IncludeInCommandLine": true, "DefaultValue": "1024", "EnumValues": {}