Replies: 2 comments 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)? |
1 reply
|
Is this resolved? I am still unable to reproduce high memory usage, so a reproducer would be needed if still an issue. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions