August 19, 2021 at 9:07 am
I've got a mixed server on which SSIS is being used and I got notification about memory pressure and memory pages/sec.
I got following messages in my log
AppDomain 67 (SSISDB.dbo[runtime].66) is marked for unload due to memory pressure.
However I am not sure what the impact is here as SSIS jobs is succeeding. Here's how it plays out:
AppDomain 67 (SSISDB.dbo[runtime].66) created.
Immedietely followed by this one:
AppDomain 67 (SSISDB.dbo[runtime].66) unloaded.
I don't fully understand what unloaded means, but from what I read it means process memory was freed.
But how it completed successfully in this case?
Total server memory is 16GB
SQL Server maximum is 7168MB
Wouldn't process got interrupted?
August 20, 2021 at 9:10 am
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply