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

Re-enable GC callbacks #950

Merged
merged 2 commits into from
Oct 17, 2022
Merged

Re-enable GC callbacks #950

merged 2 commits into from
Oct 17, 2022

Conversation

simonbyrne
Copy link
Member

Purpose

Adds GC callbacks. Behavior can be controlled by an environment variable CLIMAATMOS_GC_NSTEPS (default = every 1000 steps).

Unlike #821, this doesn't disable the GC, but by manually calling it we should be able to avoid the runtime needing to call it.

To-do

Content

Adds GC callbacks. Behavior can be controlled by an environment variable
CLIMAATMOS_GC_NSTEPS (default = every 1000 steps).

Unlike #821, this doesn't disable the GC, but by manually calling it we should be able to
avoid the runtime needing to call it.
@simonbyrne
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 17, 2022

Build succeeded:

@bors bors bot merged commit 38f4611 into main Oct 17, 2022
@bors bors bot deleted the sb/gc2 branch October 17, 2022 22:18
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

Successfully merging this pull request may close these issues.

2 participants