2.1.3 System Configuration

To configure the system:

  1. Log in to the server as a root user.
  2. Navigate to UNIX file path /etc/security/limits.conf to edit the file.
  3. Add the following values at the end of the file for Compliance Studio:
    <Username> hard nproc 65536
    <Username> soft nproc 65536
    For example:
    compliancestudio hard nproc 65536
    compliancestudio soft nproc 65536