mam-dev / cosmo

Cosmo Calendar Server implements the server side of the CalDAV protocol.
Apache License 2.0
77 stars 45 forks source link

tuning advices #79

Closed f1-outsourcing closed 3 months ago

f1-outsourcing commented 4 months ago

Hi Daniel,

I was wondering if there are some tuning advices for either java or mariadb for this caldav specific use? I did (again) some tests with the demo application and when I put 400 times a calendar item I am getting a lot of 423 and 500 responses with only(?) 8 requests/sec

danielgrigore commented 3 months ago

I really can't give any advice here. There are too many variables to take into account.

You need to estimate the load you expect and configure the necessary resources on the server side (like number of vm-s, pods, memory, cpu-s etc.) and also tune the DB parameters like memory, innodb buffer etc.

Cheers,