Prevent runaway SLA queries: SLA.QueryLimit

  • 7006547
  • 02-Aug-2010
  • 11-Jul-2012

Environment

Business Service Level Management 4.5
Business Service Level Management 4.6
Business Service Level Management 4.7

Situation

This property determines maximum number of query nodes BSLM is allowed to create. It is different from SLA.maxNodes as maxNodes is used to define max number of query nodes inside cache. So in case of SLA response with error and the log shows PerfException("SLA.QueryLimit exceeded"). Then we need to either increase the number or investigate why the node
s hit is so big.

Resolution

add or edit file under  <MOInstall>/config/Formula.custom.properties
 
# Prevent runaway queries

SLA.QueryLimit=10000000