Thursday, January 3, 2013

NET Framework execution was aborted by escalation policy because of out of memory

.NET Framework execution was aborted by escalation policy because of out of memory

The issue was resolved by doing the below changes on our environment

1. Adding service account to lock pages in memory
2. Adjusting Min and Max Memory in optimized way.

CLR memory consumtion comes outside of buffer pool, by configuring max memory in optimized way to give enough memory for CLR.

2 comments:

  1. What version of SQL are you running that this resolved your issue?

    ReplyDelete