profiles: switched from multiplies to hardcoded values
Related: rhbz#922068 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
f26e5f58f3
commit
93803c074e
2 changed files with 2 additions and 2 deletions
|
|
@ -6,4 +6,4 @@
|
|||
include=throughput-performance
|
||||
|
||||
[disk]
|
||||
readahead_multiply=4
|
||||
readahead=4096
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ transparent_hugepages=always
|
|||
[disk]
|
||||
devices=sd*,cciss*,dm-*,vd*
|
||||
elevator=deadline
|
||||
readahead_multiply=4
|
||||
readahead=4096
|
||||
|
||||
[sysctl]
|
||||
# ktune sysctl settings for rhel6 servers, maximizing i/o throughput
|
||||
|
|
|
|||
Loading…
Reference in a new issue