Updated Java Management (markdown)

Daniel Scalzi 2018-08-20 03:28:13 -04:00
parent ce24300d6d
commit c6b72a066e

@ -19,6 +19,8 @@ The launcher was designed to handle Java setup for you. If you're an advanced us
Allocating RAM is easy! Just move the sliders to your desired value. You can set the value to the nearest half a gigabyte. Allocating RAM is easy! Just move the sliders to your desired value. You can set the value to the nearest half a gigabyte.
<img src="https://i.imgur.com/jSskdiV.gif" width="75%" height="75%" alt="Java Settings">
#### Technical Notes #### Technical Notes
* WesterosCraft requires 3GB of RAM to run smoothly. * WesterosCraft requires 3GB of RAM to run smoothly.
* **We recommend setting the miminum and maximum to the same value.** * **We recommend setting the miminum and maximum to the same value.**
@ -45,6 +47,8 @@ Allocating RAM is easy! Just move the sliders to your desired value. You can set
* Windows: `bin/javaw.exe` * Windows: `bin/javaw.exe`
* macOS/Linux: `bin/java` * macOS/Linux: `bin/java`
<img src="https://i.imgur.com/t0j9iOp.png" width="75%" height="75%" alt="Java Settings">
#### Technical Notes #### Technical Notes
The launcher automatically discovers valid installations of Java on your computer. If you do not have a valid installation, the launcher will prevent the game from launching. WesterosCraft requires **Java 8 x64 greater than update 52**. The launcher automatically discovers valid installations of Java on your computer. If you do not have a valid installation, the launcher will prevent the game from launching. WesterosCraft requires **Java 8 x64 greater than update 52**.
@ -71,6 +75,8 @@ If you want to manually install Java rather than having the launcher do it for y
Advanced use only. Do not specify `-Xmx` or `-Xms` here. These values are modified by the memory sliders. Advanced use only. Do not specify `-Xmx` or `-Xms` here. These values are modified by the memory sliders.
<img src="https://i.imgur.com/vO2eWku.png" width="75%" height="75%" alt="Java Settings">
Available Arguments: Available Arguments:
* [Windows](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html) * [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) * [macOS/Linux](https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html)