Redis-Operator icon indicating copy to clipboard operation
Redis-Operator copied to clipboard

maxMemory is a uint32

Open cin opened this issue 5 years ago • 1 comments

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?

cin avatar Feb 27 '20 16:02 cin

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

yulin-li avatar Jan 04 '22 06:01 yulin-li