My dear friend google is not able to tell me if there is an API available inside the SQL CLR to get memory pressure notification.

It is obviously used, since the AppDomain will get unloaded under memory pressure, but the question is if the notification is sent to into the AppDomain prior to the unload, so that I could release some cache memory.

(My dll is already running in unsafe mode, so that is a non-issue)

link|improve this question

77% accept rate
I would be interested in this as Im having some memory pressure problems running some CLR stuff – SamAspin Nov 28 '11 at 11:24
I didn't find a solution to get any notifications. – Cine Dec 6 '11 at 5:46
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.