"CImageHelper::Init () Failed load of dbghelp.dll - Invalid access to memory location"
Reason for this issue:
1. It's a well know issue reported in Microsoft products and it should be a protocol issue. Disabling force encryption for the protocols will resolve the problem.

EXEC sys.sp_configure N'max server memory (MB)', N'50'
GO
RECONFIGURE WITH OVERRIDE
GO
After applying above command to the database the memory size is restricted to ~ 50 MB for the same test.
Cheers,
Venkatesan Prabu .J
No comments:
Post a Comment