Forum Discussion

Morse-AMHG's avatar
Morse-AMHG
Frequent Visitor
1 year ago
Solved

Dataflow Gen2 : System Out of Memory

Hello, Since yesterday we've been seeing a common issue with muliplte Gen2 Dataflows failing kicking out the failure message: Error: Exception of type 'System.OutOfMemoryException' was thrown.    W...
  • BhavinVyas3003's avatar
    1 year ago

    This error means your dataflow might be using more memory than available.

    • Optimize queries: Remove unnecessary columns/rows early.
    • Split large dataflows: Break into smaller linked dataflows.
    • Use staging: Load raw data in one dataflow, transform in another.
    • Check capacity load: Use Fabric Capacity Metrics app to monitor usage.