Hi,
This is no big deal at all (as everything is working great so far), but I just saw that the update (from 1.8 to 1.9) consumes much more CPU than before (redis and mariadb). What's the reason exactly?
I've seen this happens to me for specific container appwrite-realtime when I reboot the server.
the solution for me was to reboot this container alone.
docker ps | grep realtime
docker container restart <CONTAINER_ID>
For me that's redis and mariadb that uses the most.
Recommended threads
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- sh: vite: Permission denied
When installing the vue starter template as site and then adding DaisyUI, i get the error `sh: vite: Permission denied`. I also got this issue (with a fresh tem...
- Clean install of 1.9.0 shows errors in a...
I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page. The console seems to work, visually there d...