Try OpenEdge Now
skip to main content
Database Administration
Maintaining and Monitoring Your Database : Managing Performance : Operating system resources : Processes
 
Processes
The following functions run as processes:
*Brokers
*Servers
*Clients
*APWs, BIWs, and AIWs
The user table contains one entry per process. Use the Number of Users (-n) parameter to specify the number of users.
On UNIX, the NPROC parameter limits the total number of active processes on the system and is commonly set between 50 and 200. The MAXUP parameter limits the number of concurrent processes that can be started by a single user ID, and it is commonly set between 15 and 25. Also, if more than one user logs in with the same user ID, MAXUP can be exceeded quickly. The following error message is displayed when the process limit is exceeded:
Unable to fork process.
If you see this message repeatedly, you should reconfigure your system kernel.