<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Out of memory Error While Copying Data into Lakehouse Table Partitioned in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Out-of-memory-Error-While-Copying-Data-into-Lakehouse-Table/m-p/3969283#M3733</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/734055" target="_blank"&gt;@v-cyu&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if your query got resolved.&amp;nbsp;Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2024 15:59:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-03T15:59:02Z</dc:date>
    <item>
      <title>Out of memory Error While Copying Data into Lakehouse Table Partitioned</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Out-of-memory-Error-While-Copying-Data-into-Lakehouse-Table/m-p/3956024#M3623</link>
      <description>&lt;P&gt;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.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What is the below error telling exactly?&amp;nbsp;&lt;BR /&gt;Any solution that would allow us to copy data partitioned?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;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,'&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 22:37:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Out-of-memory-Error-While-Copying-Data-into-Lakehouse-Table/m-p/3956024#M3623</guid>
      <dc:creator>v-cyu</dc:creator>
      <dc:date>2024-05-28T22:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory Error While Copying Data into Lakehouse Table Partitioned</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Out-of-memory-Error-While-Copying-Data-into-Lakehouse-Table/m-p/3958419#M3641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="734055" data-lia-user-login="v-cyu" class="lia-mention lia-mention-user"&gt;v-cyu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&lt;/P&gt;
&lt;P&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;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.&lt;BR /&gt;&lt;BR /&gt;A similar thread for reference:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Dataflows/Dataflow-Gen2-Error-Out-of-memory-realloc-of-size-failed/m-p/3704243" target="_blank"&gt;Solved: Dataflow Gen2 Error: Out of memory: realloc of siz... - Microsoft Fabric Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Here are a few potential solutions:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Increase the available memory&lt;/STRONG&gt;: 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&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/enterprise/optimize-capacity" target="_blank"&gt;Evaluate and optimize your Microsoft Fabric capacity - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/enterprise/scale-capacity" target="_blank"&gt;Scale your Fabric capacity - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Optimize your data processing:&lt;/STRONG&gt; 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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please let me know if there are any further questions.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 15:11:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Out-of-memory-Error-While-Copying-Data-into-Lakehouse-Table/m-p/3958419#M3641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-29T15:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory Error While Copying Data into Lakehouse Table Partitioned</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Out-of-memory-Error-While-Copying-Data-into-Lakehouse-Table/m-p/3961812#M3671</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="734055" data-lia-user-login="v-cyu" class="lia-mention lia-mention-user"&gt;v-cyu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if your query got resolved.&amp;nbsp;Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 16:28:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Out-of-memory-Error-While-Copying-Data-into-Lakehouse-Table/m-p/3961812#M3671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-30T16:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory Error While Copying Data into Lakehouse Table Partitioned</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Out-of-memory-Error-While-Copying-Data-into-Lakehouse-Table/m-p/3969283#M3733</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/734055" target="_blank"&gt;@v-cyu&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if your query got resolved.&amp;nbsp;Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 15:59:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Out-of-memory-Error-While-Copying-Data-into-Lakehouse-Table/m-p/3969283#M3733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-03T15:59:02Z</dc:date>
    </item>
  </channel>
</rss>

