From d936b7ce5076c324368053310ae238b39ae50216 Mon Sep 17 00:00:00 2001 From: Mario Ottone Date: Mon, 3 Jun 2024 16:31:19 +0200 Subject: [PATCH] PN-10717: fixed UoM of SpringCodecMaxInMemorySize --- scripts/aws/cfn/microservice-dev-cfg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aws/cfn/microservice-dev-cfg.json b/scripts/aws/cfn/microservice-dev-cfg.json index b984ed0b..7eaa38cc 100644 --- a/scripts/aws/cfn/microservice-dev-cfg.json +++ b/scripts/aws/cfn/microservice-dev-cfg.json @@ -41,6 +41,6 @@ "PnEcNamirialServerCacheEndpoint": "18.102.130.190:6379", "CpuValue": "1024", "MemoryAmount": "4GB", - "SpringCodecMaxInMemorySize": "350" + "SpringCodecMaxInMemorySize": "350KB" } }