Skip to content
Open
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions versioned_docs/version-4.6/deployments/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,15 @@ threads:

This specifies the heap memory limit for each thread, in megabytes. The default heap limit is a heuristic based on available memory and thread count.

`heapSnapshotNearLimit` - _Type_: boolean;

```yaml
threads:
heapSnapshotNearLimit: true
```

This specifies that heap snapshot should be taken when the heap limit is near the limit.

---

### `replication`
Expand Down
9 changes: 9 additions & 0 deletions versioned_docs/version-4.7/deployments/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,15 @@ threads:

This specifies the heap memory limit for each thread, in megabytes. The default heap limit is a heuristic based on available memory and thread count.

`heapSnapshotNearLimit` - _Type_: boolean;

```yaml
threads:
heapSnapshotNearLimit: true
```

This specifies that heap snapshot should be taken when the heap limit is near the limit.

---

### `replication`
Expand Down