-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Chttp2Transport] Flush data out over the transport quickly under hig…
…h memory pressure. The change is protected under an experiment: disable_buffer_hint_on_high_memory_pressure PiperOrigin-RevId: 694625426
- Loading branch information
1 parent
740d219
commit 5fcc5f8
Showing
6 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,12 @@ | |
owner: [email protected] | ||
test_tags: [] | ||
allow_in_fuzzing_config: false | ||
- name: disable_buffer_hint_on_high_memory_pressure | ||
description: | ||
Disable buffer hint flag parsing in the transport under high memory pressure. | ||
expiry: 2025/03/01 | ||
owner: [email protected] | ||
test_tags: [] | ||
- name: event_engine_application_callbacks | ||
description: Run application callbacks in EventEngine threads, instead of on the thread-local ApplicationCallbackExecCtx | ||
expiry: 2025/03/01 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters