Skip to content

Commit 91a54a8

Browse files
Update info about Windows and filesystem (#3147) (#3154)
1 parent 22fc591 commit 91a54a8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

modules/ROOT/pages/installation/requirements.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ The only supported filesystems on Linux are EXT4 and XFS.
136136

137137
See xref:performance/linux-file-system-tuning.adoc[Linux file system tuning] for details on how to configure the filesystem in Linux for optimal performance.
138138

139-
140139
[NOTE]
141140
====
142141
If _tmp_ is set to `noexec`, it is recommended to set `server.jvm.additional=-Djava.io.tmpdir=/home/neo4j` in _conf/neo4j.conf_ and replace _/home/neo4j_ with a path that has `exec` permissions.
@@ -146,6 +145,9 @@ For _/bin/cypher-shell_, set this via an environment variable: `export JAVA_OPTS
146145
For the Neo4j's uses of the Java Native Access (JNA) library, set `server.jvm.additional=-Djna.tmpdir=/tmp` in _conf/neo4j.conf_ and replace `/tmp` with a path that has `exec` permissions.
147146
====
148147

148+
On Windows, use the default filesystem with its default settings.
149+
Do not use a FAT filesystem.
150+
149151
[[deployment-requirements-java]]
150152
== Java
151153

modules/ROOT/pages/installation/windows.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Before you install Neo4j on Windows, check xref:installation/requirements.adoc[S
66
If it is not already installed, get link:https://www.oracle.com/java/technologies/downloads/?er=221886[OracleJDK 21] or link:https://www.azul.com/downloads/[ZuluJDK 21].
77
Starting with Neo4j 2025.10, Java 25 is also supported.
88

9+
Use the default filesystem with its default settings.
10+
Do not use a FAT filesystem.
11+
912
[[windows-console]]
1013
== Install and start Neo4j
1114

0 commit comments

Comments
 (0)