Skip to content

Commit

Permalink
correct comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohn1922 committed Sep 25, 2023
1 parent 5aeb2ef commit b9e7b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting-started/templates/systemlink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -538,12 +538,12 @@ dataframeservice:
s3StreamPool:
## Number of blocks from the stream pool to use to buffer the data.
## This value must be greater than zero.
## The product of this value and "poolBlockSize" must be greater or equal to "s3.minimumPartSize"
## The product of this value and "blockSize" must be greater or equal to "s3.minimumPartSize"
##
blocksPerBuffer: 3
## Size of each of the blocks in the stream pool used to buffer the data.
## This must be a positive value.
## The product of this value and "bufferBlocks" must be greater or equal to "s3.minimumPartSize".
## The product of this value and "blocksPerBuffer" must be greater or equal to "s3.minimumPartSize".
##
blockSize: 5MiB
## Maximum number of streams that will be pooled.
Expand Down

0 comments on commit b9e7b00

Please sign in to comment.