Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You may need to increase the maximum number of file descriptors on a system with large configurations. The procedure below describes how to increase the limit on a Linux system.

Excerpt
  1. Check the current limit:

    Code Block
    languagetext
    themeEclipse
    $ cat /proc/sys/fs/file-max


  2. Change the limit:

    Code Block
    languagetext
    themeEclipse
    $ sysctl -w fs.file-max=<new limit>


  3. The limit will be reset to the previous value if the host is rebooted. Add or update the following line in the file /etc/sysctl.conf to make the change permanent:

    Code Block
    languagetext
    themeEclipse
    fs.file-max=<new limit>



Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next: