Set Open Files Limit

Every socket opened by the SSE Proxy requires a file handle, so in order to avoid running out of file handles, you will most likely need to increase the operating system's open files limit. To do this:

  1. Log in as root.

  2. Open /etc/security/limits.conf for editing

  3. Add the following entry to the file:

    * hard nofile 81920

    If a nofile entry already exists, increase its value to 81920.