diff --git a/gpdb-doc/dita/admin_guide/workload_mgmt_resgroups.xml b/gpdb-doc/dita/admin_guide/workload_mgmt_resgroups.xml index 01fe3df937f393ce70acc436e67f25afdb3e3c3a..15a4e1f22fae2daad56c72376afa4ed801c993e4 100644 --- a/gpdb-doc/dita/admin_guide/workload_mgmt_resgroups.xml +++ b/gpdb-doc/dita/admin_guide/workload_mgmt_resgroups.xml @@ -255,13 +255,13 @@

Complete the following tasks on each node in your Greenplum Database cluster to set up cgroups for use with resource groups:

    -
  1. If you are running the Suse 11+ operating system on your Greenplum Database cluster +
  2. If you are running the SuSE 11+ operating system on your Greenplum Database cluster nodes, you must enable swap accounting on each node and restart your Greenplum Database cluster. The swapaccount kernel boot parameter governs the swap - accounting setting on Suse 11+ systems. After setting this boot parameter, you must + accounting setting on SuSE 11+ systems. After setting this boot parameter, you must reboot your systems. For details, refer to the Cgroup Swap Control discussion in the Suse 11 + format="html" scope="external">Cgroup Swap Control discussion in the SuSE 11 release notes. You must be the superuser or have sudo access to configure kernel boot parameters and reboot systems.
  3. Create the Greenplum Database cgroups configuration file @@ -302,7 +302,7 @@ sudo cgconfigparser -l /etc/cgconfig.d/gpdb.conf sudo yum install libcgroup sudo service cgconfig start
  4. -
  5. Suse 11+ systems: +
  6. SuSE 11+ systems: sudo zypper install libcgroup-tools sudo cgconfigparser -l /etc/cgconfig.d/gpdb.conf
  7. @@ -321,6 +321,26 @@ ls -l cgroup_mount_point/cpuacct/gpdb have successfully configured cgroups for Greenplum Database CPU resource management.

    +
  8. To automatically recreate Greenplum Database required cgroup hierarchies and + parameters when your system is restarted, configure your + system to enable the Linux cgroup service daemon cgconfig.service + (Redhat/CentOS 7.x and SuSE 11+) or cgconfig (Redhat/CentOS 6.x) + at node start-up. For example, configure one of the following cgroup service start + commands in your preferred service auto-start tool: + +

    You may choose a different method to recreate the Greenplum Database resource group + cgroup hierarchies.

    +