-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: [DArgon2ErrorCode.ARGON2_MEMORY_TOO_LITTLE] Memory cost is too small #113
Comments
Hello @novandikp ! This is a master-key generation error, originating from the Argon2 library, indicating that your system does not have enough memory to generate an Argon2 key. Please ensure that your system has at least 64 megabytes of free memory when creating an account. Cheers! |
how to check memory free? is ram or what ? it's in windows |
Thanks a lot for the detailed report! Unfortunately I can not promise a fix as I still haven't managed to replicate this error on my end. My guess so far is that Flutter's memory measuring library might be failing on your end. I will attempt to implement an automatic panic retry function using the default memory parameters to mitigate this error. Apologies for the inconvenience and I hope that you're here to stay until the next release! 😊 (next release will most probably be out later this month) |
Having this issue as well... Currently using a Surface Pro tablet, 11th Gen. 9.2 GBs of ram available out of 15.4 GB. On the newest version of Windows 11. If it's helpful, here is the full log. [DArgon2ErrorCode.ARGON2_MEMORY_TOO_LITTLE] Memory cost is too small |
Bug description
Expected outcome
No response
Steps to reproduce
No response
Error log
No response
App version
None
Submission checklist
The text was updated successfully, but these errors were encountered: