Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inside of this configuration file, please change the following lines:

Code Block
languagetext
-Xms1G
-Xmx2G

Please make sure to place each argument into its own line.

This would assign 1GB of RAM to Unimus from the start, and allow it allow Unimus to only grow to around 2GB of RAM utilization (you might see more usage in Task Manager, due to JVM overhead).

...

Add this into the file:

Code Block
languagetext
-Xms1G -Xmx2G

This would assign 1GB of RAM to Unimus from the start, and allow it allow Unimus to only grow to around 2GB of RAM utilization (you might see more usage in 'top' or 'htop', due to JVM overhead).

...