Browse Source
feat(pz): Add option to configure server memory usage (#4204)
pull/4206/head
Nicolas Le Cam
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
lgsm/config-default/config-lgsm/pzserver/_default.cfg
|
|
@ -10,10 +10,11 @@ |
|
|
|
|
|
|
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
|
|
|
ip="0.0.0.0" |
|
|
|
javaram="8192" # -Xmx$8192M |
|
|
|
adminpassword="CHANGE_ME" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
startparameters="--ip ${ip} -adminpassword \"${adminpassword}\" -servername ${selfname}" |
|
|
|
startparameters="--ip ${ip} -adminpassword \"${adminpassword}\" -servername ${selfname} -Xmx${javaram}M" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|