mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Use elevator=noop to speed up vm workload
This commit is contained in:
parent
fcdc6993f5
commit
da582874d0
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ class SetGrubConsolOutputDeviceToVirtual(Task):
|
||||||
@classmethod
|
@classmethod
|
||||||
def run(cls, info):
|
def run(cls, info):
|
||||||
info.grub_config['GRUB_CMDLINE_LINUX'].append('console=tty0')
|
info.grub_config['GRUB_CMDLINE_LINUX'].append('console=tty0')
|
||||||
|
info.grub_config['GRUB_CMDLINE_LINUX'].append('elevator=noop')
|
||||||
|
|
||||||
|
|
||||||
class SetGrubSystemdShowStatus(Task):
|
class SetGrubSystemdShowStatus(Task):
|
||||||
|
|
Loading…
Add table
Reference in a new issue