PID: 71740 CPU at full capacity <img width="1280" height="940" alt="Image" src="https://github.com/user-attachments/assets/63187151-2ff4-4a39-8e4c-2f05fe6f6012" /> Continue to track the program with 100% CPU usage: PID: 7176 <img width="1280" height="806" alt="Image" src="https://github.com/user-attachments/assets/d3d312e9-addf-43ec-9129-c1aeef0da7b5" /> It was found that a large number of write response handle operations were carried out, causing the single thread to be completely blocked. <img width="1280" height="824" alt="Image" src="https://github.com/user-attachments/assets/8eb71945-a1ab-4425-a20e-869ae3135717" /> Could you please take a look at how Dragonfly can meet the TPS performance requirement of 40W for the pub/sub commands? Explanation: Drafgonfly is deployed based on Docker and is installed on a 64C 128 ECS machine. docker run -d --name dragonfly_db --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly --proactor_threads 64 --maxmemory 64G --multi_exec_mode 2 --default_lua_flags=allow-undeclared-keys --lock_on_hashtags