Small changes and cleanup to Java related UI.

The manual installation overlay now links to the Java Management wiki article.
The Available Options for Java 8 href now links to the os-specific page (/windows for windows, /unix for macOS and Linux).
The default config now uses the same value as max ram for min ram.
This commit is contained in:
Daniel Scalzi
2018-08-20 04:02:27 -04:00
parent 58a8215b05
commit afe69a21c6
3 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ function resolveMaxRAM(){
}
function resolveMinRAM(){
return exports.getAbsoluteMinRAM() + 'G'
return resolveMaxRAM()
}
/**