Issue:
Agent running on server displays the following error:
Error 500
HTTP Web Server: Lotus Notes Exception - Insufficient memory - thread local heap is full
Possible Solutions:
1. If doing a search, check that the database is full-text indexed. Otherwise, it has too build a temp on in memory.
2. If looping or having agents call other agents. Check that agents objects are being closed when possible.
3. You can increase the cache limit for a thread:
Default limit is 64k.
Increment value by 32k until no error. e.g.
iNotesThreadMemoryMaxPoolMb=512
4. HTTP has a memory leak. Need to restart the task.
previous page
|