profiles: removed the nobarrier from the virtual-guest profile
resolves: #886956
This commit is contained in:
parent
355fd87b1b
commit
f46c9d0547
1 changed files with 0 additions and 2 deletions
|
|
@ -5,7 +5,6 @@
|
|||
start() {
|
||||
set_cpu_governor performance
|
||||
set_transparent_hugepages always
|
||||
disable_disk_barriers
|
||||
multiply_disk_readahead 4
|
||||
|
||||
return 0
|
||||
|
|
@ -14,7 +13,6 @@ start() {
|
|||
stop() {
|
||||
restore_cpu_governor
|
||||
restore_transparent_hugepages
|
||||
enable_disk_barriers
|
||||
multiply_disk_readahead 0.25
|
||||
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue