From 92646a8e20e778bb4631373fa01f7e0b5ad6a044 Mon Sep 17 00:00:00 2001 From: seanbeirne Date: Wed, 14 Jan 2026 10:21:23 +0000 Subject: [PATCH] Increase Buffer size for NCMP and DMI to 64MB Issue-ID: CPS-3076 Change-Id: I05e354d05f2e8c6a4d21d4bb031e8c7132095f76 Signed-off-by: seanbeirne --- cps-application/src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 742a3d938c..f9537b4686 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -198,7 +198,7 @@ ncmp: port: ${POLICY_SERVICE_PORT:8093} httpclient: all-services: - maximumInMemorySizeInMegabytes: 16 + maximumInMemorySizeInMegabytes: 64 maximumConnectionsTotal: 100 pendingAcquireMaxCount: 50 connectionTimeoutInSeconds: 30 @@ -208,7 +208,7 @@ ncmp: dmi: httpclient: data-services: - maximumInMemorySizeInMegabytes: 16 + maximumInMemorySizeInMegabytes: 64 maximumConnectionsTotal: 100 pendingAcquireMaxCount: 50 connectionTimeoutInSeconds: 30 @@ -216,7 +216,7 @@ ncmp: writeTimeoutInSeconds: 30 responseTimeoutInSeconds: 60 model-services: - maximumInMemorySizeInMegabytes: 16 + maximumInMemorySizeInMegabytes: 64 maximumConnectionsTotal: 100 pendingAcquireMaxCount: 50 connectionTimeoutInSeconds: 30 -- 2.16.6