microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

Redis Memory Usage #572

Open avshetty opened 6 years ago

avshetty commented 6 years ago

Hello,

We have redis 3.0 running on a windows box in production

Currently when we log into redis client and check the memory usage it is showing up as 46GB. We have also monitored the memory usage and it has not crossed over 46GB

But when i log into the windows machine, in task manager, the redis-server process is consuming 96GB and the system is running out of memory.

Could anyone explain why there is a mismatch is memory consumption and how will i be able to resolve this issue

gigi81 commented 6 years ago

Are you using Process Explorer to check memory usage? The real memory usage will be in the "Working Set" column.