#significant increase in CPU usage with 1.9
2 messages · Page 1 of 1 (latest)
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>