Replies: 1 comment 4 replies
-
The amount of heap memory is too much, but can't anything for sure. For now, if |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing a 63.4 MB data file into Redis using UnifiedJedis' jsonSetLegacy. I observe that the data size in Redis remains the same, but during this operation, it consumes approximately 499,356 KB (almost 500 MB) of heap memory. Please let me know what will be the correct way to perform this large operations. I am using jedis 4.4.0-rc1.
Beta Was this translation helpful? Give feedback.
All reactions