Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 203
Line 1... Line 1...
1
# This file specifies additional parameters to kernel modules added by Tuned.
1
# This file specifies additional parameters to kernel modules added by TuneD.
2
# Its content is set by the Tuned modules plugin.
2
# Its content is set by the TuneD modules plugin.
3
#
3
#
4
# Please do not edit this file. Content of this file can be overwritten by
4
# Please do not edit this file. Content of this file can be overwritten by
5
# switch of Tuned profile.
5
# switch of TuneD profile.
6
#
6
#
7
# If you need to add kernel module parameter which should be handled by Tuned,
7
# If you need to add kernel module parameter which should be handled by TuneD,
8
# create Tuned profile containing the following:
8
# create TuneD profile containing the following:
9
#
9
#
10
# [modules]
10
# [modules]
11
# MODULE_NAME = MODULE_PARAMETERS
11
# MODULE_NAME = MODULE_PARAMETERS
12
#
12
#
13
# Then switch to your newly created profile by:
13
# Then switch to your newly created profile by:
14
#
14
#
15
# tuned-adm profile YOUR_NEW_PROFILE
15
# tuned-adm profile YOUR_NEW_PROFILE
16
#
16
#
17
# and reboot or reload the module
17
# and reboot or reload the module
18
#
18
#
19
# Tuned tries to automatically reload the module if specified the following
19
# TuneD tries to automatically reload the module if specified the following
20
# way:
20
# way:
21
#
21
#
22
# [modules]
22
# [modules]
23
# MODULE_NAME = +r,MODULE_PARAMETERS
23
# MODULE_NAME = +r,MODULE_PARAMETERS
24
#
24
#