Contents      Dochome     
Sun Java(TM) System Directory Server Online Help



Miscellaneous Tab of Performance Configuration

Use the settings on this tab to optimize system resource usage by your server and resources devoted to DSML processing.

Maximum number of file descriptors. This is the maximum number of file descriptors that the server may have allocated at any given time. File descriptors are used for opening database and configuration files but also for connections. Each connection that remains open requires a file descriptor. The default value is 65536 file descriptors. The range of this value is platform dependent.

Maximum number of threads. This is the maximum number of threads that the server may be using at any given time.Threads are used to perform internal operations such as replication and to process client requests. The default value is 30 threads.

Initial concurrent DSML operations. If enabled, the DSML mechanism will always reserve this number of threads to process DSML requests. This setting should correspond to the average number of DSML request your server needs to process simultaneously. The default value is 5 concurrent operations.

Maximum concurrent DSML operations. This is the maximum number of threads the DSML mechanism will use to respond to DSML requests simultaneously. The default value is 10 concurrent operations.


Contents      Dochome     
Copyright 2004 Sun Microsystems, Inc. All rights reserved.