How to increase the number of maximum open files in Filr

  • 7024295
  • 27-Nov-2019
  • 27-Nov-2019

Environment

Filr 4.0

Situation

While the default setting is sufficient in most cases, it may be desired, and it is possible to increase the number of maximum open files on a Filr appliance.
When running "ulimit -a" the number "open files" is less than needed.

Resolution

Edit the following two files:

/etc/security/limits.conf
You should see:
*    -     nofile     65536

/usr/lib/systemd/system/filr.service
You should see:
[Service]
LimitNOFILE=65536