We built a new SQL server SQL 2012 SP2 running on Windows 2012 R2 server.
32G of RAM, allocate Max Memory 24G to SQL server.
In the morning, we are seeing entries in server event log
AppDomain 3 (abcde_oops_App.DBO[runtime].2) is marked for unload due to memory pressure.
AppDomain 2 (abcde_App.DBO[runtime].1) is marked for unload due to memory pressure.
AppDomain 12 (abcde_OOPS_App.DBO[runtime].11) unloaded.
Then start to get this kind of error
Failed to create AppDomain "abcde_Demo_App.DBO[runtime].253".
Could not load file or assembly 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Not enough storage is available to process this command. (Exception from HRESULT: 0x80070008)
Failed to create AppDomain "abcde_Demo_App.DBO[runtime].253".
Could not load file or assembly 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Not enough storage is available to process this command. (Exception from HRESULT: 0x80070008)
Please provide me help with any idea where to look to trouble shoot the issue.
Thanks in adavnce.