Increase max number of working threads above 100 for 240 threads machine?

Hello,

I would like to know how to increase the max number of working threads above 100.

Is it possible to use special configuration settings in the .ini file or anything else?

Thanks

You might be able to set it in the knime.ini file. Based on:

and

using -Dorg.knime.core.maxThreads=200 may work - although I don’t know if this will be ignored somewhere else within KNIME.

(Incidentally, each node generally will only use the maximum of either this value or 1.5 × the number of CPUs, unless you have written your own nodes which manually provide different values)

Steve

3 Likes

Hi Steve,
Many thanks for your reply, appreciated :slight_smile:

1 Like

Hi Steve,

Just to keep you updated, on my machine with 120 threads, Knime automatically chooses 120 as the default max number of threads in Preferences. Thus it seems the 100 limit depends on the machine.

Nicolas

2 Likes