From 21a1313dd1d3605b3bd16cb695e4baeb54e4be67 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 19 Dec 2024 07:48:32 +0100 Subject: [PATCH] Updated Performance tuning (markdown) --- Performance-tuning.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Performance-tuning.md b/Performance-tuning.md index 14ed8df..45e9730 100644 --- a/Performance-tuning.md +++ b/Performance-tuning.md @@ -4,7 +4,10 @@ Several hints are available for tuning the performance # Filesystem -Recommendations: TODO +Recommendations +* journalling file system like `ext4` or `xfs` +* in case of activation of `use_mtime_and_size_for_item_cache` a filesystem supporting mtime with ns granularity, e.g. `xfs` +* active-passive setup can use GlusterFS or NFS share, use of `use_mtime_and_size_for_item_cache` can be considered to keep the cache on a local node # Radicale configuration