Ever since I upgraded to 7.0.2 CF2, I have been experiecing the following errors intermittently in the log.nsf: 05/14/2008 12:00:48 PM Event: Error posting event to event queue ‘PROBEMGR’: Insufficient memory - event pool is full. You can increase it’s size via the NOTES.INI setting EVENT_POOL_SIZE.
05/14/2008 12:00:48 PM Event: Error posting event to event queue ‘Log’: Insufficient memory - event pool is full. You can increase it’s size via the NOTES.INI setting EVENT_POOL_SIZE.
I read through all the posts and then added the following setting to my notes.ini
Event_Pool_Size=104,587,600
The problem seemed to resolve itself for a matter of time, I just recently started receiving the same error messages. When I do a “tell event dump”, I get the following information:
event pool size = 5297886 used = 4894339 bytes
How can I fix this problem? I have reduced what I am logging to only log fatal, failure and warning (high) and am still getting the error.