From 2dddbc98bca26acbde3e87ecff1e1ec9a53049c9 Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Mon, 20 Aug 2018 02:36:09 -0400 Subject: [PATCH] Updated Java Management (markdown) --- Java-Management.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Java-Management.md b/Java-Management.md index 0eede00..cc092c6 100644 --- a/Java-Management.md +++ b/Java-Management.md @@ -63,4 +63,12 @@ If you want to manually install Java rather than having the launcher do it for y * Linux: * OpenJDK (recommended): `$ sudo apt-get install openjdk-8-jre` * Oracle: [Instructions](https://java.com/en/download/help/linux_x64_install.xml) -* Try to launch the game again, the launcher should find the version you just installed. If it does not, try setting the value manually. +* Try to launch the game again, the launcher should find the version you just installed. If it does not, try setting the value manually. + +### Modify JVM Arguments + +Advanced use only. Do not specify `-Xmx` or `-Xms` here. These values are modified by the memory sliders. + +Available Arguments: +* [Windows](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html) +* [macOS/Linux](https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html) \ No newline at end of file