Configure the Antidot application user limits - Fluid Topics - 3.8

Install Fluid Topics on Multiple Servers

Operating system
RHEL
Category
Technical Notes
Audience
public
Version
3.8

The limits.conf file allows to define how many system resources are assigned to the Antidot Application User.

  1. Edit the following file:

    As root user

    /etc/security/limits.conf

  2. Add the following lines before the # End of file line:

    antidot hard rtprio 100
    antidot soft nproc 32768
    antidot hard nproc 32768
    antidot soft nofile 819200
    antidot hard nofile 819200