Skip to content

Commit

Permalink
Merge branch 'srep-674-upstream-gomemlimit-to-community-helm-charts' …
Browse files Browse the repository at this point in the history
…of github.com:OffchainLabs/community-helm-charts into srep-674-upstream-gomemlimit-to-community-helm-charts
  • Loading branch information
ahrenstein committed Nov 14, 2024
2 parents 8678c0e + 4d3c9f7 commit 12e7f38
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions charts/nitro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ helm install xai offchainlabs/nitro -f values.yaml
| `startupProbe.periodSeconds` | Number of seconds between startup probes | `1` |
| `startupProbe.command` | Command to run for the startup probe. If empty, the built in probe will be used | `""` |
| `updateStrategy.type` | Update strategy type | `RollingUpdate` |
| `env.goMemLimit.enabled` | Enable setting the garbage cleanup limit in Go | `true` |
| `env.goMemLimit.multiplier` | The multiplier of available memory to use for nitro | `0.9` |
| `env.goMemLimit.validatorMultiplier` | The multiplier of available memory to use for validators | `0.75` |
| `env.resourceMgmtMemFreeLimit.enabled` | Enable nitro resource management | `true` |
| `env.resourceMgmtMemFreeLimit.multiplier` | The multiplier of available memory to use | `0.75` |
| `env.splitvalidator.goMemLimit.enabled` | Enable setting the garbage cleanup limit in Go for the split validator | `true` |
| `env.splitvalidator.goMemLimit.multiplier` | The multiplier of available memory to use for the split validator | `0.75` |
| `env.nitro.goMemLimit.enabled` | Enable setting the garbage cleanup limit in Go for nitro | `true` |
| `env.nitro.goMemLimit.multiplier` | The multiplier of available memory to use for nitro | `0.9` |
| `env.resourceMgmtMemFreeLimit.enabled` | Enable nitro resource management | `false` |
| `env.resourceMgmtMemFreeLimit.multiplier` | The multiplier of available memory to use | `0.05` |
| `persistence.enabled` | Enable persistence | `true` |
| `persistence.size` | Size of the persistent volume claim | `500Gi` |
| `persistence.storageClassName` | Storage class of the persistent volume claim | `nil` |
Expand Down

0 comments on commit 12e7f38

Please sign in to comment.