Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 Dataloading SSIS package Poor Peformance

Author  Topic 

kond.mohan
Posting Yak Master

213 Posts

Posted - 2013-06-08 : 02:20:45
Hi all

I have created ssis pkg to loading Sapdatabase to Staging area.Few tables having huge volume of data(more than 8crores).In My ssis package
parallelly Few Dataflow task will run.today i had changed MAXbuffer inputrows column and Max buffersie propert has chaged 10000 to 100000 and 10485760 to 104857600. for all the Data flow tasks.i got the below message in progress tab and data is loading very slow.

[SSIS.Pipeline] Information: The buffer manager detected that the
system was low on virtual memory,
but was unable to swap out any buffers. 12 buffers were considered and 12 were locked. Either not enough memory is available to the pipeline because not enough is installed, other processes are using it, or too many buffers are locked.

pls guide on this error

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-06-08 : 03:22:39
i think it depends on how many memory you allocated for sql server integration services. It seems your maxbuffer setting is above the available memory for sql server

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -