You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improved config and env override handling (#27383)
* feat: improved config and env override handling
- The following config parameters now support size suffixes:
- query-initial-memory-bytes
- query-memory-bytes
- query-max-memory-bytes
- The following parameters are now range checked properly to prevent
compaction issues and log corruption with values that overflow
internal size limits:
- aggressive-points-per-block
- compact-throughput
- compact-throughput-burst
- max-index-log-file-size
- Fix potential loss of accuracy when displaying default parameter
values when displaying help
- Fix potential panics for default parameter values when displaying help
0 commit comments