Merge pull request #19 from Greelan/pz

Change memory limit description
This commit is contained in:
PhonicUK 2021-12-30 15:50:20 +00:00 committed by GitHub
commit cbda0896ff
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",
"Description": "Maximum server memory (in MB)",
"Keywords": "maximum,memory",
"Description": "Java's maximum heap size",
"Keywords": "maximum,memory,limit",
"FieldName": "MaxMemory",
"InputType": "number",
"IsFlagArgument": false,