#significant increase in CPU usage with 1.9

2 messages · Page 1 of 1 (latest)

hearty linden
#

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?

bright junco
#

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>