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
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
Hi Steve,
Many thanks for your reply, appreciated
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