We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zstdInMemoryDecompressorMaxSize
Sometimes the current limit at which Vitess switches from in-memory buffer to streaming is still too high to prevent mysql OOMs:
vitess/go/mysql/binlog_event_compression.go
Line 65 in f6067e0
It would be nice to be able to conditionally set this based on other infrastructure resource settings, as a VTTablet flag.
The text was updated successfully, but these errors were encountered:
mattlord
Successfully merging a pull request may close this issue.
Feature Description
Sometimes the current limit at which Vitess switches from in-memory buffer to streaming is still too high to prevent mysql OOMs:
vitess/go/mysql/binlog_event_compression.go
Line 65 in f6067e0
It would be nice to be able to conditionally set this based on other infrastructure resource settings, as a VTTablet flag.
Use Case(s)
zstdInMemoryDecompressorMaxSize
to stream at a lower threshold, since VTTablet resources are lessThe text was updated successfully, but these errors were encountered: