Description
On a 32 cores machine, when max_cores is set to 4, khiops launches 32 cores and uses only 4. That's because it modifies the scenario used to launch khiops.
A best approach would be to set KHIOPS_PROC_NUMBER to 4, khiops will only launch 4 cores.
Description
On a 32 cores machine, when
max_coresis set to 4, khiops launches 32 cores and uses only 4. That's because it modifies the scenario used to launch khiops.A best approach would be to set
KHIOPS_PROC_NUMBERto 4, khiops will only launch 4 cores.