Module server

Source

Functionsยง

compute_node_serve
Bootstraps the compute-node.
embedded_compactor_enabled ๐Ÿ”’
Checks whether an embedded compactor starts with a compute node.
print_memory_config ๐Ÿ”’
total_storage_memory_limit_bytes ๐Ÿ”’
The maximal memory that storage components may use based on the configurations in bytes. Note that this is the total storage memory for one compute node instead of the whole cluster.
validate_compute_node_memory_config ๐Ÿ”’
Check whether the compute node has enough memory to perform computing tasks. Apart from storage, it is recommended to reserve at least MIN_COMPUTE_MEMORY_MB for computing and SYSTEM_RESERVED_MEMORY_PROPORTION of total memory for other system usage. If the requirement is not met, we will print out a warning and enforce the memory used for computing tasks as MIN_COMPUTE_MEMORY_MB.