<cputune>

Groups CPU tuning parameters.

Text content

None.

Selected attributes

None.

Usage

Tuning virtual CPUs

Parent elements

<domain>

Child elements

<shares>

The use of the emulator_period, emulator_quota, period, and quota elements might affect the runtime behavior of the virtual server and interfere with the use of the shares element. Use the shares element for CPU tuning unless there is a specific need for the use of one of those elements.

Example

<domain>
    ...
    <cputune>
        
        <shares>2048</shares>
        
    </cputune>
    ...
</domain>