6.2.2.16.1. cpu-config

6.2.2.16.1.1. Introduction

The cpu-config command of the advanced-configuration subgroup enables modifying the number of CPUs dedicated to the Sigflow detection engine.
This CPU allocation can be achieved by selecting:

  • The distribution of the CPUs for Sigflow in relation to the total number of CPUs present: parameter (1/2, 2/3, 3/4, 4/5)

  • The numbers of CPUs reserved for Sigflow

Important

Do not exceed 80% of the CPUs for Sigflow.


6.2.2.16.1.2. Prerequisites

  • User: setup

  • Dependencies: the detection engine must be switched off


6.2.2.16.1.3. Command

set advanced-configuration cpu-config {1/2|2/3|3/4|4/5|custom} [CPU_LIST]


6.2.2.16.1.4. Example to allocate half of the CPUs to Sigflow

  • Enter the following command.

    (gcap-cli) set advanced-configuration cpu-config 1
    
  • Validate.
    The system displays the requested action.

    Updating CPU profile from 3/4 to 1/2
    

6.2.2.16.1.5. Example to allocate a list of CPUs to Sigflow

  • Enter the following command.

    (gcap-cli) set advanced-configuration custom 1,2,3,4,5
    
  • Validate.

    cpu-config custom 1,2,3,4,5
    Building custom profile 1,2,3,4,5
    
  • Restart the GCap, otherwise the behaviour may prove to be random.