1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-30 21:12:05 +00:00

Updated Performance tuning (markdown)

Peter Bieringer 2024-12-19 07:48:32 +01:00
parent 359686e070
commit 21a1313dd1

@ -4,7 +4,10 @@ Several hints are available for tuning the performance
# Filesystem # 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 # Radicale configuration