StackExchange / StackExchange.Redis

General purpose redis client
https://stackexchange.github.io/StackExchange.Redis/
Other
5.87k stars 1.51k forks source link

High CPU use #2768

Closed Piotr-Fr closed 15 hours ago

Piotr-Fr commented 1 month ago

High CPU, from 1%-2% as regular after the update to the newest goes to 58%.

Current version, before the update: Redis server v=7.2.5 sha=00000000:0 malloc=jemalloc-5.3.0 bits=64 build=d284576ab9ca3cc5 Ubuntu 22.04.4 LTS.

Had to roll back.

mgravell commented 1 month ago

Which CPU? Client? Server?

Piotr-Fr commented 1 month ago

I run VPS, and Redis server is installed on that, as the -v prints. Redis server v=7.2.5

Checked via webmin. Once I rolled back to the previous snapshot, and Redis update was the only change in the meantime, CPU use is at 1-2% again.

mgravell commented 1 month ago

Once again: which CPU are we discussing here? The CPU of the redis server? Or the CPU of some client node talking to redis - for example, an asp.net/grpc web server?

Piotr-Fr commented 1 month ago

Sorry for that, I am pretty lame here. It is the second, CPU of the client node.

Piotr-Fr commented 15 hours ago

Paused update until today, did it, all is fine now. No idea what worked.