Change memory limit description

This commit is contained in:
Greelan 2021-12-30 08:04:22 +11:00 committed by GitHub
parent 420f65e3bb
commit 158a12dc16
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,