Skip to content

Commit

Permalink
docs: fix MALLOC_CONF in examples (#695)
Browse files Browse the repository at this point in the history
* docs: fix MALLOC_CONF in examples

Signed-off-by: arkbriar <arkbriar@gmail.com>

* fix

---------

Signed-off-by: arkbriar <arkbriar@gmail.com>
Co-authored-by: Eric Fu <fuyufjh@gmail.com>
  • Loading branch information
arkbriar and fuyufjh authored Aug 19, 2024
1 parent 472d5f6 commit c2fa9ca
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
- name: RW_COMPUTE_NODE_ROLE
Expand All @@ -167,7 +167,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
- name: RW_COMPUTE_NODE_ROLE
Expand All @@ -194,7 +194,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-aliyun-oss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand All @@ -101,7 +101,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-customize-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -92,7 +92,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand All @@ -117,7 +117,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-etcd-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -152,7 +152,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand All @@ -177,7 +177,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-etcd-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -148,7 +148,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand All @@ -173,7 +173,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-etcd-hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
resources:
limits:
cpu: 1
Expand Down Expand Up @@ -449,7 +449,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
resources:
limits:
cpu: 8
Expand All @@ -472,7 +472,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
resources:
limits:
cpu: 4
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-etcd-minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -209,7 +209,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand All @@ -234,7 +234,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-etcd-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand All @@ -167,7 +167,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-gcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand All @@ -99,7 +99,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
resources:
limits:
cpu: 1
Expand Down Expand Up @@ -376,7 +376,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
resources:
limits:
cpu: 8
Expand All @@ -399,7 +399,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
resources:
limits:
cpu: 4
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-huaweicloud-obs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand All @@ -99,7 +99,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-mysql-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand All @@ -101,7 +101,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-postgresql-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand All @@ -101,7 +101,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
6 changes: 3 additions & 3 deletions docs/manifests/risingwave/risingwave-s3-compatible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand All @@ -100,7 +100,7 @@ spec:
name: heap
env:
- name: MALLOC_CONF
value: prof:true,lg_prof_interval=-1,lg_prof_sample=20,prof_prefix:/heap/
value: prof:true,lg_prof_interval:-1,lg_prof_sample:20,prof_prefix:/heap/
- name: RW_HEAP_PROFILING_DIR
value: /heap
resources:
Expand Down
Loading

0 comments on commit c2fa9ca

Please sign in to comment.