services.foundationdb.storageMemory
Maximum memory used for data storage. The default value is
1GiB. When specified without a unit,
MB is assumed. Clusters using the memory
storage engine will be restricted to using this amount of
memory per process for purposes of data storage. Memory
overhead associated with storing the data is counted against
this total. If you increase the
storageMemory, you should also increase
the memory parameter by the same amount.
- Type
string- Default
"1GiB"- Declared
- <nixpkgs/nixos/modules/services/databases/foundationdb.nix>