maximum_memory
SingleStore DB will not allocate more than maximum_memory
megabytes of memory. If a SELECT
query’s memory allocations put the memory usage by SingleStore DB over maximum_memory
, query execution stops and an error message is generated.
By default, maximum_memory
is set to 90% of the physical memory on the host, or physical memory minus 10GB, whichever is larger.
As Kubernetes does not support swap, maximum_memory
for the Operator is set to 80% of physical memory, or physical memory minus 10 GB, whichever is larger
Query compilations whose allocations exceed this limit will also terminate the server. See Code Generation for more information on query compilations.