Skip to content

Commit

Permalink
fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 committed Sep 4, 2024
1 parent a69628b commit e4c4642
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/graphscope-store/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ data:
offsets.persist.interval.ms={{ .Values.offsetsPersistIntervalMs }}
file.meta.store.path={{ .Values.fileMetaStorePath }}
log.recycle.enable={{ .Values.logRecycleEnable }}
collect.statistics={{ .Values.collect.statistics }}
collect.statistics={{ .Values.collect.statistics.enabled }}
collect.statistics.interval.min={{ .Values.collect.statistics.interval }}
collect.statistics.initial.delay.min={{ .Values.collect.statistics.initial.delay }}
log.recycle.offset.reserve={{ .Values.logRecycleOffsetReserve }}
Expand Down Expand Up @@ -165,8 +165,8 @@ data:
# For core and heap profiling
# ulimit -c unlimited
# sudo mkdir -p /apsara/cloud/data/corefile/ && sudo chown -R graphscope:graphscope /apsara/cloud/data/corefile/
# export _RJEM_MALLOC_CONF=prof:true,lg_prof_interval:32,lg_prof_sample:19
# export MALLOC_CONF=prof:true,lg_prof_interval:32
# export _RJEM_MALLOC_CONF=prof:true,lg_prof_interval:29,lg_prof_sample:19,prof_prefix=/tmp
# export MALLOC_CONF=prof:true,lg_prof_interval:29,lg_prof_sample:19,prof_prefix=/tmp
export RUST_BACKTRACE=1
${GRAPHSCOPE_HOME}/groot/bin/store_ctl.sh start ${ROLE} # || sleep infinity
Expand Down
9 changes: 5 additions & 4 deletions charts/graphscope-store/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@ distributed:
enabled: false

collect:
statistics: false
initial:
delay: 5
interval: 60
statistics:
enabled: false
initial:
delay: 5
interval: 60

0 comments on commit e4c4642

Please sign in to comment.