services.cockroachdb.maxSqlMemory
The maximum in-memory storage capacity available to store temporary data for SQL queries.
This can be a percentage, expressed with a fraction sign or as a
decimal-point number, or any bytes-based unit. For example,
"25%", "0.25" both represent
25% of the available system memory. The values
"1000000000" and "1GB" both
represent 1 gigabyte of memory.
- Type
string- Default
"25%"- Declared
- <nixpkgs/nixos/modules/services/databases/cockroachdb.nix>