Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: add --max-sql-memory flag to
cockroach mt start-sql
Previously the `--max-sql-memory` flag wasn't available to the multi-tenancy start-sql command, even thought the feature was already there for other `start`-related commands. Release note (cli change): `cockroach mt start-sql` will now support the `--max-sql-memory` flag to configure maximum SQL memory capacity to store temporary data. Release justification: The upcoming Serverless MVP release plans to use a different value for --max-sql-memory instead of the default value of 25% of container memory. This commit is only a flag change that will only be used in multi-tenant scenarios, and should have no impact on dedicated customers.
- Loading branch information