docs: Update configuration for memory limiter unification#2305
Closed
docs: Update configuration for memory limiter unification#2305
Conversation
…d add new memory_exhausted_policy Co-authored-by: fengjiachun <3860496+fengjiachun@users.noreply.github.com>
Deploying greptime-docs with
|
| Latest commit: |
cc68f5b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e5a723e2.greptime-docs.pages.dev |
| Branch Preview URL: | https://copilot-update-memory-limite.greptime-docs.pages.dev |
Copilot
AI
changed the title
[WIP] Update documentation for memory limiter unification write path
docs: Update configuration for memory limiter unification
Jan 19, 2026
…avior: Signed-off-by: jeremyhi <fengjiachun@gmail.com>
Contributor
|
Close it — no changes needed. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's Changed in this PR
Updates documentation to reflect memory limiter unification from GreptimeTeam/greptimedb#7437, which replaces global write memory limits with protocol-specific controls.
Deprecated options:
max_in_flight_write_bytes- Global memory limit for concurrent writeswrite_bytes_exhausted_policy- Global exhaustion policyNew protocol-specific options:
http.memory_exhausted_policy- HTTP server memory exhaustion policygrpc.memory_exhausted_policy- gRPC server memory exhaustion policySupported values:
"wait"(default, 10s timeout),"wait(<duration>)","fail"Checklist
sidebars.tsmatches the current document structure when you changed the document structure.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.