You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current v-scale scenario of Redis, only the pod's resources are modified, but the kernel's maxmemory is not synchronously modified, causing v-scale to not take effect in practice.
The value of maxmemory is dynamically rendered in the template based on the Pod's resources. In the v-scale scenario, re-rendering is not triggered, hence leading to this problem.
The text was updated successfully, but these errors were encountered:
In the current v-scale scenario of Redis, only the pod's resources are modified, but the kernel's maxmemory is not synchronously modified, causing v-scale to not take effect in practice.
The value of maxmemory is dynamically rendered in the template based on the Pod's resources. In the v-scale scenario, re-rendering is not triggered, hence leading to this problem.
The text was updated successfully, but these errors were encountered: