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

Implement a lite mode of GC that can be tested on CI and can be triggered with forest-cli #5121

Open
4 tasks
hanabi1224 opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
Type: Task Discrete task to implement

Comments

@hanabi1224
Copy link
Contributor

hanabi1224 commented Jan 9, 2025

Summary

The current full mark-and-sweep GC requires waiting thus cannot be tested on CI or be triggered with forest-cli. As discussed with @lemmih , it should be feasible to implement another lite mark-and-sweep GC by slightly modifying the current full GC

Completion Criteria

  • implement lite mark-and-sweep GC
  • implement forest-cli command to trigger lite GC
  • run / test the lite GC on CI
  • implement a scheduling policy to allow lite and full GC work together with no conflict

Additional Links & Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Task Discrete task to implement
Projects
Status: New
Development

No branches or pull requests

1 participant