19 July 2011

CRM 4 Out of Memory When Creating Organisation

I ran into a problem when trying to create a new organisation in CRM 4 today. The error that was thrown was: Insufficient memory to continue the execution of the program.

I did the usual of checking the event logs on the CRM Application Server and the SQL server but nothing really jumped out at me. I was then told how to fix it by adding the a new DWORD registry value

1. Open Regedit and navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters

2. Add a new DWORD value called: MaxTokenSize

3. Enter the following decimal value: 65535.



Note: Changing the registry can be dangerous, take reasonable care and backups! - If you stuff up your machine it's your fault not mine.

No comments:

Post a Comment