Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav:
asciidoc:
attributes:
neo4j-version: '5'
neo4j-version-minor: '5.13'
neo4j-version-exact: '5.13.0'
neo4j-buildnumber: '5.13'
neo4j-debian-package-version: '1:5.13.0@'
neo4j-version-minor: '5.14'
neo4j-version-exact: '5.14.0'
neo4j-buildnumber: '5.14'
neo4j-debian-package-version: '1:5.14.0@'
30 changes: 18 additions & 12 deletions modules/ROOT/pages/installation/requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Neo4j is supported on systems with x86_64 and ARM architectures on physical, vir

In terms of minimum hardware requirements, follow these guidelines:

.Hardware requirement guidelines.
.Hardware requirement guidelines
[cols="1,3a"]
|===
| *CPU* | Performance is generally memory or I/O bound for large graphs, and compute-bound for graphs that fit in memory.
Expand All @@ -38,7 +38,7 @@ In terms of minimum hardware requirements, follow these guidelines:

For personal use and software development:

.Hardware requirement guidelines for personal use and software development.
.Hardware requirement guidelines for personal use and software development
[cols="1,3a"]
|===
| *CPU* | Intel x86-x64 Core i3 minimum, Core i7 recommended. AMD x86-x64, Mac ARM.
Expand All @@ -48,7 +48,7 @@ For personal use and software development:

For cloud environments:

.Hardware requirement guidelines for cloud environments.
.Hardware requirement guidelines for cloud environments
[cols="1,3a"]
|===
| *CPU* | 2vCPU minimum, 16+ recommended.
Expand All @@ -61,7 +61,7 @@ Storage size depends on the size of the databases.

For server-based, on-premise environments:

.Hardware requirement guidelines for server-based, on-premise environments.
.Hardware requirement guidelines for server-based, on-premise environments
[cols="1,3a"]
|===
| *CPU* | Intel/AMD x86-x64. ARM64.
Expand All @@ -83,7 +83,7 @@ For more information, see xref:performance/index.adoc[Performance], and more spe

For personal use and software development:

.Software requirements for personal use and software development.
.Software requirements for personal use and software development
[options="header"]
|===
| Operating System | Supported JDK
Expand All @@ -96,7 +96,7 @@ For personal use and software development:

For cloud environments, and server-based, on-premise environments:

.Software requirements for cloud environments, and server-based, on-premise environments.
.Software requirements for cloud environments, and server-based, on-premise environments
[options="header"]
|===
| Operating System | Supported JDK
Expand All @@ -108,6 +108,11 @@ For cloud environments, and server-based, on-premise environments:
| *Windows Server 2016, 2019, 2022* | OracleJDK 17, ZuluJDK 17
|===

[NOTE]
====
From version 5.14 onwards, Neo4j also supports JDK 21 on all Operating Systems.
====

For more information on Red Hat Enterprise Linux Life Cycle, refer to their link:https://access.redhat.com/support/policy/updates/errata/#RHEL8_and_9_Life_Cycle[official documentation].

[[deployment-requirements-filesystem]]
Expand All @@ -130,13 +135,14 @@ For _/bin/cypher-shell_, set this via an environment variable: `export JAVA_OPTS
It is required to have a pre-installed, compatible Java Virtual Machine (JVM) to run a Neo4j instance.
The minimum requirement is Java Runtime Environment (JRE).

.Neo4j version and JVM requirements.
[cols="^,<", options="header"]
.Neo4j version and JVM requirements
[cols="20%,80%", options="header"]
|===
| Neo4j Version | JVM compliancy
| 3.x | Java SE 8 Platform Specification
| 4.x | Java SE 11 Platform Specification
| 5.x | Java SE 17 Platform Specification
| Neo4j Version | JVM compliancy
| 3.x | Java SE 8 Platform Specification
| 4.x | Java SE 11 Platform Specification
| 5.x | Java SE 17 Platform Specification
| 5.14 | Java SE 17 and Java SE 21 Platform Specification
|===

xref:installation/neo4j-desktop.adoc[Neo4j Desktop] is available for developers and personal users.
Expand Down