Skip to content

Commit

Permalink
Update CRD docs (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Aug 31, 2021
1 parent 5374553 commit aa5e1d3
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 150 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/flinkcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ type JobManagerSpec struct {
// More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#meaning-of-memory
MemoryOffHeapMin resource.Quantity `json:"memoryOffHeapMin,omitempty"`

// For Flink 1.10+. Percentage of memory process, as a safety margin to avoid OOM kill, default: 20
// For Flink 1.10+. Percentage of memory process, as a safety margin to avoid OOM kill, default: 80
MemoryProcessRatio *int32 `json:"memoryProcessRatio,omitempty"`

// Volumes in the JobManager pod.
Expand Down
Loading

0 comments on commit aa5e1d3

Please sign in to comment.