Skip to content
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

Running GC based on memory limits #204

Open
guybedford opened this issue Jan 27, 2025 · 0 comments
Open

Running GC based on memory limits #204

guybedford opened this issue Jan 27, 2025 · 0 comments

Comments

@guybedford
Copy link
Contributor

At Fastly we have a pre-defined maximum memory usage for Wasm services.

It could be useful to be able to hard-code this limit into the runtime, so that the runtime knows when memory is running low in order to run the GC, and run more regular and aggressive GCs as the service memory limit is approached.

Might be a great feature to have in StarlingMonkey itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant