-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
async memory usage #75
Comments
The issue says "This seems to only happen if the value was borrowed earlier". I suspect the cause is not the async |
I did some improvements for |
Still happens, I committed the larger kinesis keymap, see if you can reproduce it. My fix, alias esp function can run within 64kb stack. |
this is quite strange🤔, I will take a look later |
I checked stack size using |
run_rmk cause stack protection fault on esp32c6 with 100kb stack.
This article talks about wrapper async function's memory usage [rebinding values in an async function can double the memory usage
#96084](rust-lang/rust#96084)
The text was updated successfully, but these errors were encountered: