Skip to content

Commit

Permalink
Add supported file systems to the requirements page (neo4j#1940) (neo…
Browse files Browse the repository at this point in the history
…4j#1941)

Cherry-picked from neo4j#1940
  • Loading branch information
renetapopova authored Nov 7, 2024
1 parent ce490dc commit 1ec162a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/ROOT/pages/installation/requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ For more information on Red Hat Enterprise Linux Life Cycle, refer to their link
== Filesystem

For proper ACID behavior, the filesystem must support flush (_fsync_, _fdatasync_).
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.
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.
The EXT4 and XFS file systems are both supported.
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.


[NOTE]
====
Expand Down

0 comments on commit 1ec162a

Please sign in to comment.