aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/DefaultThreadpoolProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Fix some typosHarald Musum2023-05-051-1/+1
* Revert "Reapply "Remove access logging for container clusters that are intern...Harald Musum2023-05-031-1/+1
* Revert "Revert "Reapply "Remove access logging for container clusters that ar...Harald Musum2023-04-291-1/+1
* Revert "Reapply "Remove access logging for container clusters that are intern...Harald Musum2023-04-281-1/+1
* Revert "Revert "Remove access logging for container clusters that are internal""Harald Musum2023-04-281-1/+1
* Revert "Remove access logging for container clusters that are internal"Harald Musum2023-04-271-1/+1
* Enable access logging for internal container clusters in hostedHarald Musum2023-04-271-1/+1
* Simplify creation of BundleInstantiationSpecgjoranv2022-07-121-1/+1
* All non application clusters only needs a few threads. 2 should be sufficient.Henning Baldersheim2022-01-141-21/+9
* let default threadpool have a core of 2xcores with a max of 100xcores using a...Henning Baldersheim2021-10-071-1/+3
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Scale threadpools with number of CPUs for non-hosted VespaBjørn Christian Seime2021-10-011-1/+0
* Revert "Scale threadpools with number of CPUs for non-hosted Vespa"Bjørn Christian Seime2021-10-011-5/+2
* Scale threadpools with number of CPUs for non-hosted VespaBjørn Christian Seime2021-09-301-2/+5
* Scale jdisc threadpools with cpus available in JVMBjørn Christian Seime2021-09-301-8/+2
* Add feature flag control over metricsproxy serving threads.Henning Baldersheim2021-09-011-2/+4
* Use only 2 threads for metrics proxy.Henning Baldersheim2021-08-021-1/+1
* Reduce threadpool for metrics proxy to 4.Henning Baldersheim2021-01-281-1/+9
* We must never keep any DeployState instance around. They contain most of the ...Henning Baldersheim2020-11-101-4/+1
* Remove feature flags for feed/search/defalt threadpool scalingBjørn Christian Seime2020-10-261-4/+3
* Move vcpu() method to ContainerClusterBjørn Christian Seime2020-10-191-1/+1
* Reduce minimum threadpool size to 8Bjørn Christian Seime2020-10-151-1/+1
* Use highest vcpu in case cluster is heterogenousBjørn Christian Seime2020-10-081-1/+1
* Add worker queue for default threadpool in non-application clustersBjørn Christian Seime2020-10-081-1/+1
* Scale size of default threadpool on node resourcesBjørn Christian Seime2020-10-081-0/+52