PingAuthorize Server allows for an unlimited number of connections. The following steps describe how to manually increase the file descriptor limit on the operating system.
Note:
If the operating system relies on systemd, see the Linux operating system documentation for instructions on setting the file descriptor limit.
After the operating system limit is set, use one of the following methods to configure the number of file descriptors that the server uses:
- Use a NUM_FILE_DESCRIPTORS environment variable.
- Create a config/num-file-descriptors file with a single
line, such as
NUM_FILE_DESCRIPTORS=12345
.
If these values are not set, the default value of 65535 is used.
Note:
This optional step ensures that the server shuts down safely before it reaches the file descriptor limit.