I'm hosting an instance of appwrite since months and updated to 1.8.0 couple of weeks ago. Everything worked fine, but today I noticed that my server is lagging very much. Checking the system I see that the appwrite mariadb container is using 99% of cpu and memory. Even after restart. Nothing besides me is using the server or the appwrite instance. It's just some basic projects I'm working on but really really small. I'm using appwrite for a while now and never noticed something like this. I also don't thing is directly connected to updating to version 1.8.0. Any idea what to do about it?
Recommended threads
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...