Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<formulaEngine>
    <script>
      <maxInstances>500</maxInstances>
      <timeoutInSec>5</timeoutInSec>      
      <findMaxResults>200</findMaxResults>      
    </script>
  </formulaEngine>


In a shared instance we need to limit the resource usage in a formula. The limit is per script, i.e. formula element, so as a workaround, try to spread out the logic between more elements. 


Info

See also Put "def" Outside of Loops.

...