Skip to content

Commit bc31041

Browse files
committed
update partition count
1 parent 13cb706 commit bc31041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/graphscope-store/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ data:
2525
ingestor.node.count={{ .Values.ingestor.replicaCount }}
2626
coordinator.node.count={{ .Values.coordinator.replicaCount }}
2727
ingestor.queue.count={{ .Values.ingestor.replicaCount }}
28-
partition.count={{ .Values.store.replicaCount | mul 8 }}
28+
partition.count={{ .Values.store.replicaCount | mul 128 }}
2929
engine.type={{ .Values.engineType }}
3030
discovery.mode={{ .Values.discoveryMode }}
3131

0 commit comments

Comments
 (0)