4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
![]() |
# Increase the max heap size to twice the default.
|
||
|
# Default is 25% of memory or 1g whichever is less.
|
||
|
JAVA_ARGS='-Xmx2g'
|