Merge branch 'CubeCoders:main' into main

This commit is contained in:
IceOfWraith 2021-12-30 12:18:10 -06:00 committed by GitHub
commit 34976e2345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,10 +44,10 @@
} }
}, },
{ {
"DisplayName": "Maximum Server Memory", "DisplayName": "Memory Limit (MB)",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "Maximum server memory (in MB)", "Description": "Java's maximum heap size",
"Keywords": "maximum,memory", "Keywords": "maximum,memory,limit",
"FieldName": "MaxMemory", "FieldName": "MaxMemory",
"InputType": "number", "InputType": "number",
"IsFlagArgument": false, "IsFlagArgument": false,