Skip to content

Commit 3f257b2

Browse files
kriszypheskewEthan-Arrowood
authored
Add configuration for heapSnapshotNearLimit (#366)
* Add configuration for heapSnapshotNearLimit * Update versioned_docs/version-4.6/deployments/configuration.md Co-authored-by: Nathan Heskew <[email protected]> * Update versioned_docs/version-4.7/deployments/configuration.md Co-authored-by: Nathan Heskew <[email protected]> * copy to docs/ --------- Co-authored-by: Nathan Heskew <[email protected]> Co-authored-by: Ethan Arrowood <[email protected]>
1 parent 7d6f04e commit 3f257b2

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

docs/deployments/configuration.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,15 @@ threads:
430430

431431
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.
432432

433+
`heapSnapshotNearLimit` - _Type_: boolean;
434+
435+
```yaml
436+
threads:
437+
heapSnapshotNearLimit: true
438+
```
439+
440+
This specifies that a heap snapshot should be taken when the heap limit is near the limit.
441+
433442
---
434443

435444
### `replication`

versioned_docs/version-4.6/deployments/configuration.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,15 @@ threads:
202202

203203
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.
204204

205+
`heapSnapshotNearLimit` - _Type_: boolean;
206+
207+
```yaml
208+
threads:
209+
heapSnapshotNearLimit: true
210+
```
211+
212+
This specifies that a heap snapshot should be taken when the heap limit is near the limit.
213+
205214
---
206215

207216
### `replication`

versioned_docs/version-4.7/deployments/configuration.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,15 @@ threads:
430430

431431
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.
432432

433+
`heapSnapshotNearLimit` - _Type_: boolean;
434+
435+
```yaml
436+
threads:
437+
heapSnapshotNearLimit: true
438+
```
439+
440+
This specifies that a heap snapshot should be taken when the heap limit is near the limit.
441+
433442
---
434443

435444
### `replication`

0 commit comments

Comments
 (0)