Skip to content

Commit d19bff0

Browse files
committed
Add supported file systems to the requirements page (neo4j#1940)
1 parent ce490dc commit d19bff0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/ROOT/pages/installation/requirements.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ For more information on Red Hat Enterprise Linux Life Cycle, refer to their link
119119
== Filesystem
120120

121121
For proper ACID behavior, the filesystem must support flush (_fsync_, _fdatasync_).
122-
See xref:performance/linux-file-system-tuning.adoc[Linux file system tuning] for a discussion on how to configure the filesystem in Linux for optimal performance.
122+
Since databases can put a high and consistent load on a storage system for a long time, it is recommended to use a file system that has good aging characteristics.
123+
The EXT4 and XFS file systems are both supported.
124+
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.
125+
123126

124127
[NOTE]
125128
====

0 commit comments

Comments
 (0)