From b3d1b1d970b2e406a7840cf6dee6bf921fc98e31 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 14 Jun 2024 07:49:19 +0200 Subject: [PATCH] Created Performance tuning (markdown) --- Performance-tuning.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Performance-tuning.md diff --git a/Performance-tuning.md b/Performance-tuning.md new file mode 100644 index 0000000..a812158 --- /dev/null +++ b/Performance-tuning.md @@ -0,0 +1,22 @@ +Several hints are available for tuning the performance + +# Filesystem + +Recommendations: TODO + +# Radicale configuration + +## Storage + +### type + +`type = multifilesystem_nolock` turns from using lock mechanism on OS/FS level to be handled internally by "radicale" + +### max_sync_token_age + +Default is 30 days + +TODO: add recommendations for min/max + + +