Hello,
Could anyone please give me an explanation how SSIS process (ISServerExec) consumes memory?
At the moment only one package is running started from SSDB catalog. Task manager shows that ISServerExec.exe consumes 500 Mb.
But query
select * from [catalog].[dm_execution_performance_counters] (NULL)
shows:
Buffers in use 35, Private buffers in use 21, Buffers spooled 0, Flat buffers in use 21, Buffer memory 2621240, Private buffer memory 1703928, Flat buffer memory 1703928Buffer memory 2621240 means 2.6 Mb. Why SSIS process needs 500 Mb?
Thanks in advance!