Setting the Usage Limits

You can modify the threshold and critical limit for the sites hosted on your server. These limits are common to all the sites hosted on the server.

To set the threshold:

  1. Log in as the root user to the Parallels Pro server.
  2. Update the value of the attribute quota_threshold in the configuration file by typing the following command:

    eplconf set quota_threshold=<value>

    where <value> is the new threshold value

  3. Restart the epld daemon.

    service epld restart

To set the critical limit:

  1. Log in as the root user to the Parallels Pro server.
  2. Update the value of the attribute quota_critical_limit in the configuration file by typing the following command:

    eplconf set quota_critical_limit=<value>

    where <value> is the new value for the critical limit

  3. Restart the epld daemon.

    service epld restart