Skip to content

Commit a33c8bf

Browse files
Update info about Windows and filesystem (#3147) (#3155)
1 parent 79c7dcb commit a33c8bf

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
@@ -126,7 +126,6 @@ The only supported filesystems on Linux are EXT4 and XFS.
126126

127127
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.
128128

129-
130129
[NOTE]
131130
====
132131
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.
@@ -136,6 +135,9 @@ For _/bin/cypher-shell_, set this via an environment variable: `export JAVA_OPTS
136135
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.
137136
====
138137

138+
On Windows, use the default filesystem with its default settings.
139+
Do not use a FAT filesystem.
140+
139141
[[deployment-requirements-java]]
140142
== Java
141143

modules/ROOT/pages/installation/windows.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
Before you install Neo4j on Windows, check xref:installation/requirements.adoc[System Requirements] to see if your setup is suitable.
66

77

8+
Use the default filesystem with its default settings.
9+
Do not use a FAT filesystem.
10+
811
[[windows-console]]
912
== Windows console application
1013

0 commit comments

Comments
 (0)