Open Giodiro opened 2 years ago
Currently blockwise splitting on the CPU is not adaptive to free memory, and only follows the max_cpu_mem option.
max_cpu_mem
Should attempt to use max(max_cpu_mem, actual free memory).
Currently blockwise splitting on the CPU is not adaptive to free memory, and only follows the
max_cpu_mem
option.Should attempt to use max(max_cpu_mem, actual free memory).