AmadeusITGroup / Redis-Operator

Redis Operator creates/configures/manages Redis clusters atop Kubernetes
MIT License
167 stars 62 forks source link

maxMemory is a uint32 #58

Open cin opened 4 years ago

cin commented 4 years ago

That makes the max cache ~4GB which is not nearly big enough for any application. Is there a reason a uint32 was used for this setting? Does simply making it a uint64 resolve this issue?

yulin-li commented 2 years ago

Facing same issue, and fixed in my fork. https://github.com/yulin-li/Redis-Operator/commit/f95ffbcf74cde5445f87c3274da8aa30d6fbcb27