Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrenstein committed Nov 14, 2024
1 parent 364dee6 commit 6c33248
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

.idea/
.DS_Store
7 changes: 4 additions & 3 deletions charts/nitro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ startupProbe:
updateStrategy:
type: RollingUpdate

## @param env.goMemLimit.enabled Enable setting the garbage cleanup limit in Go
## @param env.goMemLimit.multiplier The multiplier of available memory to use for nitro
## @param env.goMemLimit.validatorMultiplier The multiplier of available memory to use for validators
## @param env.splitvalidator.goMemLimit.enabled Enable setting the garbage cleanup limit in Go for the split validator
## @param env.splitvalidator.goMemLimit.multiplier The multiplier of available memory to use for the split validator
## @param env.nitro.goMemLimit.enabled Enable setting the garbage cleanup limit in Go for nitro
## @param env.nitro.goMemLimit.multiplier The multiplier of available memory to use for nitro
## @param env.resourceMgmtMemFreeLimit.enabled Enable nitro resource management
## @param env.resourceMgmtMemFreeLimit.multiplier The multiplier of available memory to use
env:
Expand Down

0 comments on commit 6c33248

Please sign in to comment.