Hi all,
I am having an issue with a timer job that consumes all the memory on my web front end. I have stopped the timer job for now, otherwise the server eventually stops responding.
Problem
The faulting timer job is:
'Immediate alerts'
This is an out of the box timer job that is scheduled to run every 5 minutes so I do not see why it should have any memory leaks.
The timer job gets stuck at 93% and eventually consumes all the memory on the server.
The only relevant message I can find in the ULS logs even with verbose logging is:
The previous instance of the timer job '
Immediate Alerts', id '{1CE8C3F8-3C64-4AAB-B6DB-41D5E44AE4D1}' for service '{8D36E1C8-CA62-4083-96A5-ED6E2D4D0D66}' is still running, so the current instance will be skipped. Consider increasing the interval between jobs.
Attempted solutions
- Cleared the XML cache by deleting the XML files in the GUID folder and resetting cache.ini to 1.
- Stopped the SharePoint Timer Service and restarted it.
- Rebooted all SharePoint servers.
- Re-rant the SharePoint Products Configuration Wizard
None of the above solutions have worked for me.
Your advice would be greatly appreciated.









