Skip to content

Commit

Permalink
Merge pull request #84702 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.1-84686

release-22.1: Adjust per_changefeed_limit to 128MiB
  • Loading branch information
yuzefovich authored Jul 20, 2022
2 parents a626137 + 0ac3ee0 commit 987fd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccl/changefeedccl/changefeedbase/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var PerChangefeedMemLimit = settings.RegisterByteSizeSetting(
settings.TenantWritable,
"changefeed.memory.per_changefeed_limit",
"controls amount of data that can be buffered per changefeed",
1<<30,
1<<27, // 128MiB
)

// SlowSpanLogThreshold controls when we will log slow spans.
Expand Down

0 comments on commit 987fd47

Please sign in to comment.