Skip to content

Commit

Permalink
update jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock committed Aug 16, 2024
1 parent 7154c1d commit bb8f8f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ besu --help

### Prerequisites

- [Java JDK 21+](https://www.oracle.com/java/technologies/downloads/)
- [Java JDK 21 or later](https://jdk.java.net)

:::note Linux open file limit

Expand Down
2 changes: 1 addition & 1 deletion docs/public-networks/get-started/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CPU requirements are highest when syncing to the network and typically reduce af
## Java distribution and installation

Besu requires an installation of Java 21+ to run.
We currently recommend two Java distributions, [OpenJDK 21](https://jdk.java.net/21/) and
We currently recommend two Java distributions, [OpenJDK 22](https://jdk.java.net/22/) and
[OpenJ9](https://www.eclipse.org/openj9/), though you can experiment based on your needs.

OpenJDK is the default for many Java users and is balanced in performance and garbage collection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
There are many flavors of Java and the Java Virtual Machine (JVM) that work with Besu.
They might impact performance, start time, and more.
Consider the options carefully when installing Java on your host machine.
Currently, [we recommend Java 21](../../get-started/system-requirements.md#java-distribution-and-installation).
Currently, [we recommend Java 22](../../get-started/system-requirements.md#java-distribution-and-installation).

## Install Java

Expand All @@ -20,7 +20,7 @@ If you are running Besu outside a virtual environment, like Docker, you must hav
the host machine.

:::tip
Download [OpenJDK 21](https://jdk.java.net/21/).
Download [OpenJDK 22](https://jdk.java.net/22/).
:::

You can find platform-specific installation instructions with the download.
Expand Down

0 comments on commit bb8f8f7

Please sign in to comment.