What is the default max memory limit for redis?

Hi,
What is the default redis memory limit and how to change it?
Thanks

Hi @Enterpr1se

By Default maxmemory has no limits on 64-bit redis installation and on 32-bit installation it is 3GB.

You can set/change memory limit used by redis by setting maxmemory variable in redis.conf at ,

“/etc/redis/redis.conf”

For example if you want to set it to 512mb, you need to make an entry in redis.conf , like :

maxmemory 512mb

Hi @Enterpr1se

I hope your issue has been satisfactorily resolved.

I am closing this support topic for now. Feel free to create a new support topic if you have any queries further. :slight_smile:

Thanks.