When I run linear locally, I find there is a config.proto where I get some parameters, such as max_concurrency and num_threads .
But when I change the num_threads , the efficiency wasn't improved. After I read the src, I wonder whether the num_threads can change through the config, and how can I get the thread number of the application.
When I run linear locally, I find there is a
config.protowhere I get some parameters, such asmax_concurrencyandnum_threads.But when I change the
num_threads, the efficiency wasn't improved. After I read the src, I wonder whether thenum_threadscan change through the config, and how can I get the thread number of the application.