SUSE/saptune

View on GitHub
testdata/saptune_sysconfig

Summary

Maintainability
Test Coverage
## Path:           SAP/System Tuning/General
## Description:    Global settings for saptune - the comprehensive optimisation management utility for SAP solutions
## ServiceRestart: saptune

## Type:    string
## Default: ""
#
# When saptune is activated, apply optimisations for these SAP solutions.
# The value is a list of solution names, separated by spaces.
# Run "saptune solution list" to get a comprehensive list of solution names.
TUNE_FOR_SOLUTIONS=""

## Type:    string
## Default: ""
#
# When saptune is activated, apply tuning for these SAP notes in addition to those
# already recommended by the above list of SAP solutions.
# The value is a list of note numbers, separated by spaces.
# Run "saptune note list" to get a comprehensive list of note numbers.
TUNE_FOR_NOTES="1680803 2205917 2684254"

## Type:    string
## Default: ""
#
# When saptune is activated, apply tuning for the notes in exactly the below
# order
# The value is a list of note numbers, separated by spaces.
NOTE_APPLY_ORDER="2205917 2684254 1680803"

## Type:    string
## Default: "3"
#
# Version of saptune
SAPTUNE_VERSION="3"