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

Respawn Instance when OOM #2

Open
nicholasjackson opened this issue Apr 28, 2021 · 0 comments
Open

Respawn Instance when OOM #2

nicholasjackson opened this issue Apr 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@nicholasjackson
Copy link
Owner

It is possible for a plugin instance to exceed the allocated WebAssembly modules memory. Normally memory will grow as required but every instance should have a hard limit.

In the instance that a plugin exceeds memory it should be shut down and either automatically restarted or the error message passed to the creator should be descriptive enough to allow them to restart. The later option might be the best approach for the principle of least surprise.

@nicholasjackson nicholasjackson added the enhancement New feature or request label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant