-
Notifications
You must be signed in to change notification settings - Fork 79
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
How to monitor memory usage #201
Comments
In the Rust |
@alexcrichton Hello! Thank you for your answer
|
Yes, indeed, my question was not about how to limit the memory, but how to know at runtime how much memory is occupied, free, etc right now. |
Ah so the API implemented in #171 is a less-powerful version of the In that sense the |
Hello!
In my project I need to monitor memory usage inside the Wasm VM's store. Is there a corresponding API to do this?
Thank you.
The text was updated successfully, but these errors were encountered: