Replies: 1 comment 1 reply
-
The first thing to provide is which library you are referring to, and what version. e.g. Using current NuGet package:
... the debugger shows memory usage stabilizing below 60MB. If a new generator is instantiated each time, then there is a lot more GC, but the usage still tops out around 150MB. I assume that you have checked the output is the same to confirm that you are using the same parameters as with the other library (memory sizes can be confusing)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we've been noticing high memory usage in our application with the following parameters for Argon2 Hashing.

MemoryMbSize: 19
Iteration Count: 1
Parallelism: 4
MaxThreads: 6
Salt Length: 32 bytes
Key Length: 32 bytes
When using the same code but with a different library memory is fine, so the code and memory cleanup shouldn't be the problem.
Can I get any help on resolving our memory issues?
Let me know on what I need to provide.
Beta Was this translation helpful? Give feedback.
All reactions