aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>2019-06-27 09:12:11 +0200
committersonartech <sonartech@sonarsource.com>2019-06-28 08:45:56 +0200
commit5b0d0e32c68c6f8861ab32901d99685adaf7b23b (patch)
tree2a98cd75e2925f0f478d439cdfc20d2ded53c3cd /server
parent4e4dc8dd974f5c5c5dc585e9a2032d310e7a54b8 (diff)
downloadsonarqube-5b0d0e32c68c6f8861ab32901d99685adaf7b23b.tar.gz
sonarqube-5b0d0e32c68c6f8861ab32901d99685adaf7b23b.zip
DOCS update requirement to Java 11
Diffstat (limited to 'server')
-rw-r--r--server/sonar-docs/src/pages/requirements/requirements.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md
index 00ab4eb781a..54b92ea58e2 100644
--- a/server/sonar-docs/src/pages/requirements/requirements.md
+++ b/server/sonar-docs/src/pages/requirements/requirements.md
@@ -3,9 +3,9 @@ title: Prerequisites and Overview
url: /requirements/requirements/
---
## Prerequisite
-The only prerequisite for running SonarQube is to have Java (Oracle JRE 8 or OpenJDK 8) installed on your machine.
+The only prerequisite for running SonarQube is to have Java (Oracle JRE 11 or OpenJDK 11) installed on your machine.
-![](/images/exclamation.svg) **Note:** _On Mac OS X it is highly recommended to install Oracle JDK 8 instead of the corresponding Oracle JRE since the JRE installation does not fully set up your Java environment properly. See [this post](http://stackoverflow.com/questions/15624667/mac-osx-java-terminal-version-incorrect) for more information._
+![](/images/exclamation.svg) **Note:** _On Mac OS X it is highly recommended to install Oracle JDK 11 instead of the corresponding Oracle JRE since the JRE installation does not fully set up your Java environment properly. See [this post](http://stackoverflow.com/questions/15624667/mac-osx-java-terminal-version-incorrect) for more information._
## Hardware Requirements
1. A small-scale (individual or small team) instance of the SonarQube server requires at least 2GB of RAM to run efficiently and 1GB of free RAM for the OS. If you are installing an instance for a large teams or Enterprise, please consider the additional recommendations below.