Skip to content

Commit

Permalink
Headroom Example Option
Browse files Browse the repository at this point in the history
This change provides an example for the `headroom` memory configuration
option.

Signed-off-by: Brandon Stokes <bstokes@pivotal.io>
Signed-off-by: Ben Hale <bhale@pivotal.io>
  • Loading branch information
oppegard authored and nebhale committed Jan 7, 2019
1 parent 4f3ea3c commit 8fbdf81
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/jre-open_jdk_jre.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ class_count: 500
A percentage of the total memory allocated to the container to be left as headroom and excluded from the memory calculation.
```yaml
headroom: 10
```
#### Stack Threads
The amount of memory that should be allocated to stacks is given as an amount of memory per
Expand Down
4 changes: 4 additions & 0 deletions docs/jre-oracle_jre.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ class_count: 500
A percentage of the total memory allocated to the container to be left as headroom and excluded from the memory calculation.
```yaml
headroom: 10
```
#### Stack Threads
The amount of memory that should be allocated to stacks is given as an amount of memory per
Expand Down
4 changes: 4 additions & 0 deletions docs/jre-sap_machine_jre.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ class_count: 500
A percentage of the total memory allocated to the container to be left as headroom and excluded from the memory calculation.
```yaml
headroom: 10
```
#### Stack Threads
The amount of memory that should be allocated to stacks is given as an amount of memory per
Expand Down
4 changes: 4 additions & 0 deletions docs/jre-zulu_jre.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ class_count: 500
A percentage of the total memory allocated to the container to be left as headroom and excluded from the memory calculation.
```yaml
headroom: 10
```
#### Stack Threads
The amount of memory that should be allocated to stacks is given as an amount of memory per
Expand Down

0 comments on commit 8fbdf81

Please sign in to comment.