Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
We are currently trying to load data into Lakehouse Table using copy activity and are trying to partition them by a column named "DateId". However, we have encounted the below error and need help understanding it.
What is the below error telling exactly?
Any solution that would allow us to copy data partitioned?
ErrorCode=ParquetErroneousStatus,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=class parquet::ParquetStatusException (message: 'Out of memory: realloc of size 76461504 failed'),Source=Microsoft.DataTransfer.Common,'
Hi @v-cyu
Thanks for using Fabric Community.
The error message 'Out of memory: realloc of size 76461504 failed' indicates that the system ran out of memory while trying to allocate additional memory for the operation. This error is often encountered when dealing with large datasets or complex operations that require a significant amount of memory.
In your case, it seems like the error occurred while trying to partition the data by the “DateId” column and load it into a Lakehouse Table using the copy activity. The operation might be memory-intensive, especially if the dataset is large.
A similar thread for reference: Solved: Dataflow Gen2 Error: Out of memory: realloc of siz... - Microsoft Fabric Community
Here are a few potential solutions:
Increase the available memory: If you’re running this operation on a machine with limited memory, you might consider increasing the available memory or using a machine with more memory. In the context of Microsoft Fabric, increasing the memory often refers to scaling up your Fabric capacity. This involves allocating more resources to your Fabric service, which can help handle larger datasets and more complex operations
Evaluate and optimize your Microsoft Fabric capacity - Microsoft Fabric | Microsoft Learn
Scale your Fabric capacity - Microsoft Fabric | Microsoft Learn
Optimize your data processing: Try to optimize your data processing to use less memory. This could involve filtering unnecessary data early in the process, using more efficient data structures, or breaking the operation into smaller, more manageable tasks.
Hope this helps. Please let me know if there are any further questions.
Hi @v-cyu
We haven’t heard from you on the last response and was just checking back to see if your query got resolved. Otherwise, will respond back with the more details and we will try to help.
Thanks
Hi @v-cyu
We haven’t heard from you on the last response and was just checking back to see if your query got resolved. Otherwise, will respond back with the more details and we will try to help.
Thanks
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.
User | Count |
---|---|
2 | |
2 | |
2 | |
2 | |
2 |