Skip to content

Commit ded3dc9

Browse files
Copilotjstirnaman
andauthored
fix(influxdb3): correct wal-snapshot-size example from 100MB to 100 (#7066)
* Initial plan * fix(influxdb3): correct wal-snapshot-size example from 100MB to 100 Agent-Logs-Url: https://github.com/influxdata/docs-v2/sessions/b793da7d-0941-4a24-b8fd-ea0e9817ca3a Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
1 parent 1473d5f commit ded3dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/shared/influxdb3-admin/performance-tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Control memory pressure from write buffers:
530530

531531
# Configure WAL rotation
532532
--wal-flush-interval=10s \
533-
--wal-snapshot-size=100MB
533+
--wal-snapshot-size=100
534534
```
535535

536536
## Advanced tuning options

0 commit comments

Comments
 (0)