Redis ZCARD member limit problem #274
-
Beta Was this translation helpful? Give feedback.
Answered by
Yangsta911
Jun 4, 2024
Replies: 2 comments 2 replies
-
you may use |
Beta Was this translation helpful? Give feedback.
2 replies
-
By reading the redis logs I was able to find that the problem was that redis had stored too many devices and used up all the memory that it had been allocated. This can be solved by setting the retention flags on edgex to periodically clear the stored data points. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cloudxxx8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By reading the redis logs I was able to find that the problem was that redis had stored too many devices and used up all the memory that it had been allocated. This can be solved by setting the retention flags on edgex to periodically clear the stored data points.