Merge "Performance Improvement: Async Notification Pool Configuration"
authorJoseph Keenan <joseph.keenan@est.tech>
Fri, 19 Aug 2022 08:47:08 +0000 (08:47 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 19 Aug 2022 08:47:08 +0000 (08:47 +0000)
cps-application/src/main/resources/application.yml

index ea1b93b..1755134 100644 (file)
@@ -107,8 +107,8 @@ notification:
             enabled-dataspaces: ${NOTIFICATION_DATASPACE_FILTER_PATTERNS:""}\r
     async:\r
         executor:\r
-            core-pool-size: 10\r
-            max-pool-size: 100\r
+            core-pool-size: 2\r
+            max-pool-size: 10\r
             queue-capacity: 500\r
             wait-for-tasks-to-complete-on-shutdown: true\r
             thread-name-prefix: Async-\r