Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. * General setup:
  2. o RCU Subsystem (ignore if not present)
  3. + Enable RCU Implementation (Preemptible RCU)
  4. + Disable Enable tracing for RCU
  5. * Processor type and features:
  6. o Enable Tickless System (Dynamic Ticks)
  7. o Enable High Resolution Timer Support
  8. o Select your processor under Processor family
  9. o Change Preemtion Mode to Complete Preemption (Real-Time)
  10. o Enable Enable priority boosting of RCU read-side critical sections (ignore if not present)
  11. o Disable Enable tracing for RCU - currently stats in debugfs (ignore if not present)
  12. o Enable Machine Check Exception and select Intel or AMD depending on your CPU
  13. o Change Timer frequency to 100 HZ
  14. * Power management and ACPI options
  15. o Enable Power Management support
  16. o Disable Power Management Debug Support
  17. o Disable Suspend to RAM and standby
  18. o Disable Hibernation (aka 'suspend to disk')
  19. o Enable ACPI (Advanced Configuration and Power Interface) Support
  20. o Disable CPU Frequency scaling
  21. o Disable CPU idle PM support
  22. * Networking support
  23. o Networking options
  24. + Enable Packet socket: mmapped IO
  25. + Optionally disable Network packet filtering framework (Netfilter) (Warning: this will disable your firewall!)
  26. + Disable QoS and/or fair queueing (Unless you need and use it...)
  27. * Device Drivers
  28. o Disable Watchdog Timer Support
  29. o Enable Real Time Clock
  30. + Enable PC-style 'CMOS'
  31. * Kernel hacking
  32. o Disable everything
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement