get_mem

get_mem(n_jobs: int = None) int[source][source]

Get the amount of memory to use for parallelization.

Returns:

The amount of memory to use for parallelization

Return type:

float | int

Parameters:

n_jobs (int)