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

Add missing heap profile docs #6932

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/api/components/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2248,6 +2248,16 @@ Startup-config:
description: TCP keep-alive interval between SG and Couchbase server
type: integer
readOnly: true
heap_profile_collection_threshold:
description: Threshold in bytes for collecting heap profiles automatically. If set, Sync Gateway will collect a memory profile when it exceeds this value. The default value will be set to 85% of the lesser of cgroup or system memory.
torcolvin marked this conversation as resolved.
Show resolved Hide resolved
readOnly: true
type: integer
default: max memory
heap_profile_disable_collection:
description: Disables automatic heap profile collection.
default: false
type: boolean
readOnly: true
title: Startup-config
Runtime-config:
type: object
Expand Down
Loading