Memory Leak #215
-
Hi @jodydonetti, Recently I've started using fusion cash in my project, but I am having a memory leak on Azure, I've set the SkipMemoryCache = true, but it still uses almost 100% of my project RAM. Here is my configuration, am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
AhmedSameh2020
Mar 29, 2024
Replies: 1 comment 1 reply
-
I found the issue: my custom Serializer wasn't disposing the Memory stream after processing data. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jodydonetti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the issue: my custom Serializer wasn't disposing the Memory stream after processing data.