AMPTemplates/starmadeconfig.json

15 lines
414 B
JSON
Raw Normal View History

[
{
"DisplayName": "Memory Limit (MB)",
"Category": "Server Settings",
"Description": "Java's maximum heap size",
"Keywords": "max ram heap",
"FieldName": "MaxHeap",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "MaxHeap",
"IncludeInCommandLine": false,
"DefaultValue": "1024",
"EnumValues": {}
}
]