NOTES.INI Setting | Description |
DEBUG_SHOW_
TIMEOUT=1 | Displays timeout messages on the server console. |
DEBUG_CAPTURE_
TIMEOUT=1 | Writes timeout messages to a SEMDEBUG.TXT file. These messages do not write to the server log file. |
DEBUG_SEM_
TIMEOUT=n | Rate at which the Domino server console reports semaphore timeout messages in milliseconds. Default is 30000 milliseconds or 30 seconds. Do not change the default setting without contacting Lotus Customer Support. |
DEBUG_THREADID=1 | Use to correlate messages from the DEBUG_OUTFILE with specific process and thread IDs. |
LOG_UPDATE =2 LOG_VIEW_EVENTS=1 | Use to delve deeper into database and Indexer related issues. |
NSF_BUFFER_POOL_
SIZE=value | Use only if your system is in a partition configuration. If not, accept the default setting (the underlying code makes a calculation based on a fixed overhead and total memory available). For information on calculating a setting for your partition system, see Optimizing server performance: Port encryption and Buffer Pool settings or the Lotusphere presentation Deploying Domino R5 for performance and scalability. |
SERVER_MAX_
CONCURRENT_
TRANS=n | Use to achieve greater yield from Domino and to guarantee a certain level of activity when many users access the server simultaneously. Default is 20. This can also increase the semaphores available and enables the server to be more efficient when dealing with large bursts of activity. This applies only to Domino configurations that do not support the latest thread pool architecture enhancements (which are found in R5). |
SERVER_SHOW_
PERFORMANCE=1 | Enables additional information on the server console output, including the number of transactions executed in the past minute and the current number of server users. |
DEBUG_OUTFILE=path file name | Creates a file that captures server console output, which you can use to correlate messages with specific process and thread IDs. Use this file in conjunction with DEBUG_THREADID. This file does take up disk space and CPU to execute, so you should disable after use. For more information, see Lotus Customer Support Technote #162400, How Should the DEBUG_OUTFILE Parameter Be Implemented? |