Skip to content

Add support for optional out-of-band garbage collection.#164

Open
ioquatix wants to merge 1 commit intomainfrom
oobgc
Open

Add support for optional out-of-band garbage collection.#164
ioquatix wants to merge 1 commit intomainfrom
oobgc

Conversation

@ioquatix
Copy link
Copy Markdown
Member

Experimental Add support for out-of-band garbage collection. When enabled via the IO_EVENT_SELECTOR_GARBAGE_COLLECTION environment variable, the selector will run garbage collection at a minimum interval (in seconds) while the event loop is blocking, reducing GC pressure during active I/O. A negative value (default) disables the feature; 0 runs GC on every block.

Types of Changes

  • New feature.

Contribution

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.

1 participant