Skip to content

docs: Update configuration for memory limiter unification#2305

Closed
Copilot wants to merge 3 commits intomainfrom
copilot/update-memory-limiter-docs
Closed

docs: Update configuration for memory limiter unification#2305
Copilot wants to merge 3 commits intomainfrom
copilot/update-memory-limiter-docs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 19, 2026

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 writes
  • write_bytes_exhausted_policy - Global exhaustion policy

New protocol-specific options:

  • http.memory_exhausted_policy - HTTP server memory exhaustion policy
  • grpc.memory_exhausted_policy - gRPC server memory exhaustion policy

Supported values: "wait" (default, 10s timeout), "wait(<duration>)", "fail"

[http]
addr = "127.0.0.1:4000"
memory_exhausted_policy = "wait"

[grpc]
bind_addr = "127.0.0.1:4001"
memory_exhausted_policy = "wait"

Checklist

  • Please confirm that all corresponding versions of the documents have been revised.
  • Please ensure that the content in sidebars.ts matches the current document structure when you changed the document structure.
  • This change requires follow-up update in localized docs.
Original prompt

This section details on the original issue you should resolve

<issue_title>Update docs for feat!: memory limiter unification write path</issue_title>
<issue_description>A document change request is generated from GreptimeTeam/greptimedb#7437</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 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.

…d add new memory_exhausted_policy

Co-authored-by: fengjiachun <3860496+fengjiachun@users.noreply.github.com>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Jan 19, 2026

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

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

View logs

Copilot AI changed the title [WIP] Update documentation for memory limiter unification write path docs: Update configuration for memory limiter unification Jan 19, 2026
Copilot AI requested a review from fengjiachun January 19, 2026 03:30
…avior:

Signed-off-by: jeremyhi <fengjiachun@gmail.com>
@fengjiachun
Copy link
Copy Markdown
Contributor

Close it — no changes needed.

@fengjiachun fengjiachun closed this Mar 3, 2026
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.

Update docs for feat!: memory limiter unification write path

2 participants