For a customer of ours we use an archive domino server to archive old nsf’s on
It’s a simple server
windows 2012 server 64bits with 2GB ram
no tasks are started on the domino server.
no Agentmanager no compact or updall.
The Databases replicated to this machine are just sitting there.
Now we have the following problem.
There are 24.450 nsf’s on the server.
Every time i try to add another nsf it gives me the following error:
Notes error: Insufficient memory - NSF directory manager pool is full.
I tried
-rebooting the machine
-changing the notes.ini settings NSF_Buffer_Pool_Size_MB and DIRMAN_POOLSIZE_MB
-deleting the log.nsf and dbdirman.nsf (and recreating them)
Subject: From what I can tell this is specifically related to the dbdirman pool
which has a min size of 24MB & a max size of 250MBs. You could try opening a pmr about the issue & we could give you a HF to allow a larger dbdirman pool.
The DEBUG_TRAPLEAKS=826d entry is for the NSF directory manager and the DEBUG_THREADID=1 may show you what process is triggering the low memory event and you can go from there.
From the OS - you may want to run performance manager and monitor the disk queue length on the disk with the Domino data. If Domino is having to wait on the disk so it can process NSF files this could have an impact on long open handles on a large number of NSF files.