This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 8bab249061d [improve][doc] additional doc update for java runtime 
version recommendation as per pip-156 (#15533)
8bab249061d is described below

commit 8bab249061dec6ef87944cc28ad47ae6c98a74ae
Author: Heesung Sohn <[email protected]>
AuthorDate: Tue May 10 19:39:33 2022 -0700

    [improve][doc] additional doc update for java runtime version 
recommendation as per pip-156 (#15533)
---
 site2/docs/deploy-bare-metal-multi-cluster.md | 3 ++-
 site2/docs/deploy-bare-metal.md               | 3 ++-
 site2/docs/getting-started-standalone.md      | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/site2/docs/deploy-bare-metal-multi-cluster.md 
b/site2/docs/deploy-bare-metal-multi-cluster.md
index 3b9a633291c..7529cf783b5 100644
--- a/site2/docs/deploy-bare-metal-multi-cluster.md
+++ b/site2/docs/deploy-bare-metal-multi-cluster.md
@@ -25,7 +25,8 @@ A Pulsar instance consists of multiple Pulsar clusters 
working in unison. You ca
 
 ## System requirement
 
-Currently, Pulsar is available for 64-bit **macOS**, **Linux**, and 
**Windows**. You need to install 64-bit JRE/JDK 8 or later versions, JRE/JDK 11 
is recommended.
+Currently, Pulsar is available for 64-bit **macOS**, **Linux**, and 
**Windows**. To use Pulsar, you need to install 64-bit JRE/JDK.
+For the runtime Java version, please refer to [Pulsar Runtime Java Version 
Recommendation](https://github.com/apache/pulsar/blob/master/README.md#pulsar-runtime-java-version-recommendation)
 according to your target Pulsar version.
 
 > **Note**
 >
diff --git a/site2/docs/deploy-bare-metal.md b/site2/docs/deploy-bare-metal.md
index 821f1b80feb..df34dca25e7 100644
--- a/site2/docs/deploy-bare-metal.md
+++ b/site2/docs/deploy-bare-metal.md
@@ -24,7 +24,8 @@ Deploying a Pulsar cluster consists of the following steps:
 
 ### Requirements
 
-Currently, Pulsar is available for 64-bit **macOS**, **Linux**, and 
**Windows**. To use Pulsar, you need to install 64-bit JRE/JDK 8 or later 
versions, JRE/JDK 11 is recommended.
+Currently, Pulsar is available for 64-bit **macOS**, **Linux**, and 
**Windows**. To use Pulsar, you need to install 64-bit JRE/JDK.
+For the runtime Java version, please refer to [Pulsar Runtime Java Version 
Recommendation](https://github.com/apache/pulsar/blob/master/README.md#pulsar-runtime-java-version-recommendation)
 according to your target Pulsar version.
 
 >**Tips**  
 > You can reuse existing Zookeeper clusters.
diff --git a/site2/docs/getting-started-standalone.md 
b/site2/docs/getting-started-standalone.md
index b7be56c5f96..49ab4b1519c 100644
--- a/site2/docs/getting-started-standalone.md
+++ b/site2/docs/getting-started-standalone.md
@@ -15,7 +15,8 @@ This tutorial guides you through every step of installing 
Pulsar locally.
 
 ### System requirements
 
-Currently, Pulsar is available for 64-bit **macOS**, **Linux**, and 
**Windows**. To use Pulsar, you need to install 64-bit JRE/JDK 8 or later 
versions
+Currently, Pulsar is available for 64-bit **macOS**, **Linux**, and 
**Windows**. To use Pulsar, you need to install 64-bit JRE/JDK.
+For the runtime Java version, please refer to [Pulsar Runtime Java Version 
Recommendation](https://github.com/apache/pulsar/blob/master/README.md#pulsar-runtime-java-version-recommendation)
 according to your target Pulsar version.
 
 > **Tip**  
 > By default, Pulsar allocates 2G JVM heap memory to start. It can be changed 
 > in `conf/pulsar_env.sh` file under `PULSAR_MEM`. This is extra options 
 > passed into JVM. 

Reply via email to