CNE ECE Needs To Have BRS Configuration for Other Components
(Doc ID 2967439.1)
Last updated on AUGUST 17, 2023
Applies to:
Oracle Communications BRM - Elastic Charging Engine - Version 12.0.0.4.0 and laterInformation in this document applies to any platform.
Goal
In Elastic Charging Engine (ECE), currently the Batch Rating Server (BRS) configuration List is available only for the "default", but it is required to have the BRS configuration for other components like EM Gateway, Diameter Gateway and HTTP Gateway, which helps in better performance tuning. The corresponding changes need to be available in the values.yaml as well as the charging-settings.yaml files.
brsConfigurations:
brsConfigurationList:
brsConfig:
acceptablePendingCount: "20"
highPriorityBatchSize: "2"
highPriorityBatchTimeout: "30"
highPriorityThreadPoolSize: "300"
name: "default"
overloadProtection: "false"
pendingRequestHeapUsageThresholdPercentage: "30"
regularPriorityBatchSize: "1"
regularPriorityBatchTimeout: "50"
regularPriorityThreadPoolSize: "200"
reportingWindowSize: "30"
responseTimeout: "2"
thresholdLatency: "10"
throttleProcessingPerCustomer: "false"
httpConnectionPoolMax: "500"
updateResponseMaxWaitTime: "2000"
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |