summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/server/initialize_threads_calculator/initialize_threads_calculator_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Just pass HwInfo::Cpu instead of whole HwInfoHenning Baldersheim2023-04-271-8/+4
|
* Cap the initialize thread pool at number of coresHenning Baldersheim2023-04-251-3/+24
|
* Make initialization of proton components more robust regarding resource usage.Geir Storli2022-12-091-0/+64
With this change the number of initialize threads is cut in half each time the initialization of proton components is aborted, e.g. due to running out of memory. This adjustment should ensure that we eventually are able to initialize and start proton if we are very tight on resources.