This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Feb 26, 2018, 11:39 AM
5 Posts

Maximum number of databases on a single server

  • Category: Domino Server
  • Platform: Windows
  • Release: 9.0.1
  • Role: Administrator,Developer
  • Tags:
  • Replies: 11

Hi all,

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)

any thoughts

Cris

Feb 26, 2018, 12:25 PM
5 Posts
Is there

Is there a maximum of nsf files that can be stored on a single domino server?

Feb 26, 2018, 12:59 PM
5 Posts
NSF_FOLDER_POOL_SIZE_MB

D Porter,

NSF_FOLDER_POOL_SIZE_MB didn't work for me.
I tried it with 100, 1024 and 2048.

Feb 26, 2018, 4:05 PM
2 Posts
DIRMAN_POOLSIZE_MB
What is DIRMAN_POOLSIZE_MB currently set too on the server?

Feb 26, 2018, 4:07 PM
5 Posts
DIRMAN_POOLSIZE_MB

John,

I tried different settings from 200 to 2048

Every time after changing i restart the Domino server (of course)

When none of these settings seemed to work i just removed the setting from the Notes.ini

 

 

Feb 26, 2018, 6:24 PM
2 Posts
DIRMAN_POOLSIZE_MB
I would leave this set to 250

What does the directory structure look like.
Feb 26, 2018, 8:19 PM
323 Posts
There's another one: Is it possible NSF_BUFFER_POOL_SIZE is getting pinched?

First, is there a setting for NSF_BUFFER_POOL_SIZE_MB? If it were set long ago, it may well be set too low & need to be commented out.

Feb 26, 2018, 8:46 PM
5 Posts
ini settings

I removed all the settings

DIRMAN_POOLSIZE_MB
NSF_BUFFER_POOL_SIZE_MB
And NSF_Buffer_Pool_Size_MB

So my ini is clean. where to start?

Feb 27, 2018, 7:33 AM
103 Posts
Add memory debug...

Start with the debug entries in the notes.ini

CONSOLE_LOG_ENABLED=1
DEBUG_THREADID=1
DEBUG_SHOWLEAKS=1
DEBUG_TRAPLEAKS_SHOWSTACK=1
DEBUG_DUMP_FULL_HANDLE_TABLE=1
DEBUG_SHOW_MEMORY=1
DEBUG_TRAPLEAKS=826d

 

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.

 

Additional reading: http://www-01.ibm.com/support/docview.wss?uid=swg27036159&aid=1

Mar 7, 2018, 5:03 PM
4 Posts
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.

--Steve
swatts@pnp-hcl.com

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal