Skip to content

Commit

Permalink
addressing review comments for the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
navinjoy committed Jan 23, 2023
1 parent 3796803 commit 6601f33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vertical-pod-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ vpa-post-processor.kubernetes.io/{containerName}_integerCPU=true
```

### Override default values when OOM occurs
The below parameters can be used to overwrite the default values when an OOM event is occured.
OOMBumpUpRatio specifies how much memory will be added after observing OOM.
OOMMinBumpUp specifies minimal increase of memory after observing OOM.
The below parameters can be used to overwrite the default values when an OOM event is occurred. When VPA observes an OOM it will use a sample that higher of:
`oom-bump-up-ratio` specifies times the memory usage observed during OOM.
`oom-min-bump-up-bytes` specifies minimal increase of memory after observing OOM.

Usage in recommender deployment
```
Expand Down

0 comments on commit 6601f33

Please sign in to comment.