Skip to main content
April 18, 2022
Question

Memory Circuit Breaker Error

  • April 18, 2022
  • 3 replies
  • 0 views

I am getting Memory Circuit Breaker error (below) while selecting multiselect dropdown options. Please help me with it.

    3 replies

    gopalk2865
    Participating Frequently
    April 18, 2022

    Hi Shamima, could you please check your interface performance and see which is causing the slowness, may be you would need to optimize the interface. This issue happens when your rule uses lot of memory.

    stefanhelzle0001
    Brainy
    April 18, 2022

    You are loading too much data. docs.appian.com/.../Memory_Circuit_Breaker.html

    April 18, 2022

    Hi Shami,

    As Gopal and Stefan mentioned your interface is loading too much data. In case if you are querying data based on multi selection values, try to query only the required columns information using selection parameter rather querying entire row  data. This might reduce your data load size.