Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# ktune service configuration
2
 
3
# This is the ktune sysctl file.  You can comment this out to prevent ktune
4
# from applying its sysctl settings.
5
#SYSCTL="/etc/sysctl.ktune"
6
 
7
# Use *.conf files in the ktune configuration directory /etc/ktune.d.
8
#   Value: yes|no,  default: yes
9
# It is useful if you want to load settings from additional files. Set this to
10
# no if you to prevent ktune from using these additional files.
11
USE_KTUNE_D="yes"
12
 
13
# This is the custom sysctl configuration file.  Any settings in this file will
14
# be applied after the ktune settings, overriding them.  Comment this out to
15
# use only the ktune settings.
34 - 16
SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
4 - 17
 
18
# This is the I/O scheduler ktune will use.  This will *not* override anything
19
# explicitly set on the kernel command line, nor will it change the scheduler
20
# for any block device that is using a non-default scheduler when ktune starts.
21
# You should probably leave this on "deadline", but "as", "cfq", and "noop" are
22
# also legal values.  Comment this out to prevent ktune from changing I/O
23
# scheduler settings.
24
#ELEVATOR="deadline"
25
 
26
# These are the devices, that should be tuned with the ELEVATOR
27
ELEVATOR_TUNE_DEVS=""