services.cockroachdb.maxSqlMemory
NixOS option
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: stringDefault
declared in: nixos/modules/services/databases/cockroachdb.nixView source on NixOS/nixpkgs →"25%"