Skip to content

Commit

Permalink
feat: set RUST_MIN_STACK to 4194304
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
  • Loading branch information
arkbriar committed Jun 6, 2024
1 parent 14a4c1d commit 2cc7b4a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/risingwave/templates/compactor-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ spec:
valueFrom:
resourceFieldRef:
resource: "limits.memory"
- name: RUST_MIN_STACK
value: "4194304"
{{- if .Values.stateStore.s3.enabled }}
- name: AWS_REGION
value: {{ .Values.stateStore.s3.region }}
Expand Down
4 changes: 4 additions & 0 deletions charts/risingwave/templates/compute-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ spec:
valueFrom:
resourceFieldRef:
resource: "limits.memory"
- name: RUST_MIN_STACK
value: "4194304"
{{- if .Values.stateStore.s3.enabled }}
- name: AWS_REGION
value: {{ .Values.stateStore.s3.region }}
Expand Down Expand Up @@ -357,6 +359,8 @@ spec:
valueFrom:
resourceFieldRef:
resource: "limits.memory"
- name: RUST_MIN_STACK
value: "4194304"
- name: RW_CONFIG_PATH
value: /risingwave/config/risingwave.toml
- name: RW_LISTEN_ADDR
Expand Down
2 changes: 2 additions & 0 deletions charts/risingwave/templates/frontend-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ spec:
valueFrom:
resourceFieldRef:
resource: "limits.memory"
- name: RUST_MIN_STACK
value: "4194304"
- name: RW_CONFIG_PATH
value: /risingwave/config/risingwave.toml
- name: RW_LISTEN_ADDR
Expand Down
2 changes: 2 additions & 0 deletions charts/risingwave/templates/meta-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ spec:
valueFrom:
resourceFieldRef:
resource: "limits.memory"
- name: RUST_MIN_STACK
value: "4194304"
{{- if .Values.stateStore.s3.enabled }}
- name: AWS_REGION
value: {{ .Values.stateStore.s3.region }}
Expand Down
2 changes: 2 additions & 0 deletions charts/risingwave/templates/standalone/standalone-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ spec:
valueFrom:
resourceFieldRef:
resource: "limits.memory"
- name: RUST_MIN_STACK
value: "4194304"
{{- if .Values.stateStore.s3.enabled }}
- name: AWS_REGION
value: {{ .Values.stateStore.s3.region }}
Expand Down

0 comments on commit 2cc7b4a

Please sign in to comment.