Skip to main content

9 replies

gopalk2865
Participating Frequently
April 6, 2022

Hi, this error comes when your rule uses large amount of memory.its basically performance issue.

1. Check the rule performance in performance tab.

2. Find out which expression is taking more memory

3. Then try to redesign your expression and make it memory efficient.

Go through below link,

[View:https://docs.appian.com/suite/help/21.1/Memory_Circuit_Breaker.html]

saifalik8679
Known Participant
April 6, 2022

Thank you Gopal, Will look into that.

peter.lewis
Employee
April 6, 2022

Do you know how much data is being returned for these dropdowns? In general I'd be surprised if that is what is triggering the circuit breaker, because it's a fairly high limit.

Can you share the full expression for your interface and also share more context on what you expect the queries to return?

saifalik8679
Known Participant
April 7, 2022

This is the interface output of the code that is mentioned above.
The 6 dropdowns you see here is where cascading happens and the cascading code is invoking the circuit breaker as it is involving too many dynamic values in the dropdown.

stefanhelzle0001
Brainy
April 7, 2022

If you have to many items in a drop down, I suggest to use a picker field which dynamically searches to matching items as the user types.