Skip to content

Commit

Permalink
PN-11179: Changed default value for SpringCodecMaxInMemorySize to 256…
Browse files Browse the repository at this point in the history
…KB. (#501)
  • Loading branch information
michelescara authored Jun 12, 2024
1 parent e240fc6 commit 49c70a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/aws/cfn/microservice-dev-cfg.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"PnEcNamirialPoolSmtpMinidle": "1",
"PnEcNamirialServerCache": "false",
"PnEcNamirialServerCacheEndpoint": "18.102.130.190:6379",
"SpringCodecMaxInMemorySize": "350KB",
"SpringCodecMaxInMemorySize": "256KB",
"PnEcConsRefinementDuration": "PT1M",
"CpuValue": "1024",
"MemoryAmount": "4GB"
Expand Down
2 changes: 1 addition & 1 deletion scripts/aws/cfn/microservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ Parameters:
SpringCodecMaxInMemorySize:
Type: String
Description: 'Spring Codec Max Memory Size'
Default: '350KB'
Default: '256KB'

###### pn-core Event Bus #######

Expand Down

0 comments on commit 49c70a1

Please sign in to comment.