Web Developer
I currently have Appwrite running on Linode on a server with 4 vCPUs and 8 GB of RAM. Everything works perfectly, with around 400 MB of data stored in storage and a little over 20 MB of data in the database.
There are multiple requests constantly being made, but the usage seems excessive since there aren't as many requests as the system indicates. Additionally, access is limited to the API using API tokens only. However, Linode reports that resource consumption is at 200%. I upgraded to 4 vCPUs and 8 GB of RAM (originally 2 vCPUs and 4 GB RAM), but it made no difference. Now, Linode reports that usage has increased to 400%.
I disabled APP_USAGE_STATS, which helped lower the usage slightly.
Even so, it is still at 300% usage. The container consuming that percentage is appwrite, and I don't understand what could be happening.