mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-10-26 08:41:46 +01:00 
			
		
		
		
	T2447: add configurable kernel boot option 'disable-power-saving'
Lower available CPU C states to a minimum if this option set. This will set Kernel commandline options "intel_idle.max_cstate=0 processor.max_cstate=1". (cherry picked from commit f0324d8a03c0c0cd7ed250b722ca4a2aff55f617)
This commit is contained in:
		
							parent
							
								
									3f854e2cb3
								
							
						
					
					
						commit
						7943e5513c
					
				| @ -24,7 +24,7 @@ General | |||||||
| 
 | 
 | ||||||
| .. cfgcmd:: set system option root-partition-auto-resize | .. cfgcmd:: set system option root-partition-auto-resize | ||||||
| 
 | 
 | ||||||
|     Enables the root partition auto-extension and resizes to the maximum  |     Enables the root partition auto-extension and resizes to the maximum | ||||||
|     available space on system boot. |     available space on system boot. | ||||||
| 
 | 
 | ||||||
| Kernel | Kernel | ||||||
| @ -35,6 +35,23 @@ Kernel | |||||||
|     Disable all optional CPU mitigations. This improves system performance, |     Disable all optional CPU mitigations. This improves system performance, | ||||||
|     but it may also expose users to several CPU vulnerabilities. |     but it may also expose users to several CPU vulnerabilities. | ||||||
| 
 | 
 | ||||||
|  |     This will add the following option to the Kernel commandline: | ||||||
|  | 
 | ||||||
|  |     * ``mitigations=off`` | ||||||
|  | 
 | ||||||
|  |     .. note:: Setting will only become active with the next reboot! | ||||||
|  | 
 | ||||||
|  | .. cfgcmd:: set system option kernel disable-power-saving | ||||||
|  | 
 | ||||||
|  |     Disable CPU power saving mechanisms also known as C states. | ||||||
|  | 
 | ||||||
|  |     This will add the following two options to the Kernel commandline: | ||||||
|  | 
 | ||||||
|  |     * ``intel_idle.max_cstate=0`` Disable intel_idle and fall back on acpi_idle | ||||||
|  |     * ``processor.max_cstate=1`` Limit processor to maximum C-state 1 | ||||||
|  | 
 | ||||||
|  |     .. note:: Setting will only become active with the next reboot! | ||||||
|  | 
 | ||||||
| *********** | *********** | ||||||
| HTTP client | HTTP client | ||||||
| *********** | *********** | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user