ssis buffer size memory issue

Shambhu Rai 1,411 Reputation points
2022-09-24T15:13:50.67+00:00

Hi Expert,

facing memory issue in ssis. it is on 64 bit also increased buffer size and rows to 10000000 but still same error memory
244410-image.png

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,061 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,344 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Shambhu Rai 1,411 Reputation points
    2022-09-24T15:33:24.92+00:00

    Currently lookup cache in full cache mode ... is it harm if we do it on no cache or partial cache

    0 comments No comments

  2. ZoeHui-MSFT 41,491 Reputation points
    2022-09-26T06:22:52.237+00:00

    Hi @Shambhu Rai ,

    This error means your system is running out of memory before the buffer pool has reached it's limit. There are two data flow properties you want to look at:

    DefaultMaxBufferSize - Sets the maximum memory usage for buffer
    DefaultBufferMaxRows - Sets the maximum rows to buffer

    You may also have a try to run 64 bit mode.

    Details you may refer:
    https://www.sqlservercentral.com/articles/the-defaultbuffermaxrows-and-defaultbuffersize-properties-in-ssis

    Regards,

    Zoe


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.