Skip to content

Clear Memory Block

Long-running workflows can consume a large amount of RAM, especially when operating across multiple browser profiles. If memory runs out, the system may freeze or the application may crash.

The Clear Memory block solves this by closing the current tab and opening a fresh one. This releases the memory held by the old tab, keeping the application and browser profile responsive.

When to Use Clear Memory

Use this block in any workflow that runs for more than 20 minutes on a single profile. For best results, insert a Clear Memory block every 5–10 minutes to keep RAM usage under control.

Tips

  • Place this block at natural break points in your workflow — for example, between iterations of a loop.
  • If you notice your profiles slowing down over time, adding Clear Memory blocks is often the quickest fix.