Skip to content

Commit

Permalink
fix: make reduce threshold units match others
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmberg committed Mar 14, 2024
1 parent 36c335c commit d993378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/edge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ helm install edge mezmo/edge \
| pvcName | string | "" | Optional name for an existing PersistentVolumeClaim to use for disk buffering, aggregate persistence and k8s log checkpoints. Leaving undefined will default to ephemeral storage lasting the lifetime of the pod
| maxDiskBufferBytes | int |268435488 (256MiB)| Optional max number of bytes to store in a disk-backed buffer.
| maxMemBufferEvents | int | 1000 | Optional max number of events to store in a memory buffer.
| reduceByteThresholdPerState | int | 104857600 (100Mb)| Optional max number of bytes to store in a memory for any given reduce component.
| reduceByteThresholdAllStates | int | 1073741824 (1Gb) | Optional max number of bytes to store in a memory for all given reduce components.
| reduceByteThresholdPerState | int | 104857600 (100MiB)| Optional max number of bytes to store in a memory for any given reduce component.
| reduceByteThresholdAllStates | int | 1073741824 (1GiB) | Optional max number of bytes to store in a memory for all given reduce components.

\* Port 8686 is reserved for internal use, and should not be additionally configured for sourcePorts

0 comments on commit d993378

Please sign in to comment.