Skip to content

Commit 47efa80

Browse files
authored
Update parquet-mode.md (#6943)
k logs cortex-parquet-converter-0 error loading config from /etc/cortex/cortex.yaml: Error parsing config file: yaml: unmarshal errors: line 59: cannot unmarshal !!str `100MB` into int line 60: cannot unmarshal !!str `1GB` into int Signed-off-by: Charlie Le <[email protected]>
1 parent 5c01134 commit 47efa80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/parquet-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ limits:
148148
parquet_max_fetched_row_count: 1000000
149149

150150
# Maximum chunk bytes per query
151-
parquet_max_fetched_chunk_bytes: 100MB
151+
parquet_max_fetched_chunk_bytes: 100_000_000 # 100MB
152152

153153
# Maximum data bytes per query
154-
parquet_max_fetched_data_bytes: 1GB
154+
parquet_max_fetched_data_bytes: 1_000_000_000 # 1GB
155155
```
156156
157157
### Cache Configuration

0 commit comments

Comments
 (0)