Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
deadjoker committed Jul 24, 2015
1 parent 64f09bb commit 31a2f96
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _posts/2015-7-23-rhel5-vm-high-cpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ When RHEL5 run on vm, it makes the physical machine high cpu load while the vm i

Three ways to solve this problem:

1. upgrade kernel to 3.2
1. upgrade kernel to a newer version(i.e 3.2)

2. add divider=10 to grub kernal option
2. add `divider=10` to grub kernel option

3. remove usb-tablet from qemu with 'virsh qemu-monitor-command <domain> --hmp del_device input0'
3. remove usb-tablet from qemu

`virsh qemu-monitor-command <domain> --hmp del_device input0`

0 comments on commit 31a2f96

Please sign in to comment.