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 + + +