Insufficient memory - NSF directory manager pool is full

OS: SUSE Linux Enterprise Server 10 SP2 (x86_64)Since first install that was domino 8.5 + hf450 I had to put DIRMAN_POOLSIZE_MB=200 to avoid that error.

Now I’ve upgraded to 8.5.1 and this morning I got the error again. The server had more connection than usual since its cluster mate was down.

I restarted the server and got the error after few minutes.

I set DIRMAN_POOLSIZE_MB=300 and did not get the error again.

Is this normal ?

Subject: hod did you solve it finaly?

i have the same error.

Subject: VIEW_REBUILD_DIR

If this parameter exists in the notes.ini of the Domino Server, make sure its assigned an absolute path; not a path relative to the Data-directory of the Domino Server:

Example: VIEW_REBUILD_DIR=/notesdata/someDirectory

Instead of:

Example: VIEW_REBUILD_DIR=/someDirectoryInNotesData

In addition, third-party products have been known to contribute to this issue by changing the current working-directory (e.g. to something inside the data-directory) and then referencing a temporary-file in the VIEW_REBUILD_DIR via a path relative-to the data directory (instead of the absolute path), which then causes this error.

Subject: VIEW_REBUILD_DIR

VIEW_REBUILD_DIR is not present in my notes.iniAny other idea ?