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

Memory management in Runtimes #1

Open
jcampolongo opened this issue Mar 29, 2022 · 1 comment
Open

Memory management in Runtimes #1

jcampolongo opened this issue Mar 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jcampolongo
Copy link
Collaborator

The longer an algorithm runs, the more instances will be stored in a Runtime instance. In some cases, for long running algorithms, this may cause memory issues. The user should be able to specify a limit, either by count or by time or by memory pressure, for how many instances a Runtime can keep around.

This also applies to projections.

@jcampolongo jcampolongo added the enhancement New feature or request label Mar 29, 2022
@jcampolongo
Copy link
Collaborator Author

Update: We'll provide delete_instance method and defer it to the caller.

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