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:
@@ -26,7 +26,7 @@ function resolveMaxRAM(){
|
||||
}
|
||||
|
||||
function resolveMinRAM(){
|
||||
return exports.getAbsoluteMinRAM() + 'G'
|
||||
return resolveMaxRAM()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user