An open API service indexing awesome lists of open source software.

https://github.com/threecommaio/powerstate

Simple utility that will write zero to the /dev/cpu_dma_latency interface.
https://github.com/threecommaio/powerstate

Last synced: 7 months ago
JSON representation

Simple utility that will write zero to the /dev/cpu_dma_latency interface.

Awesome Lists containing this project

README

          

### Power State

Simple utility that will write zero to the `cpu_dma_latency` interface to force low latency power state, and push the processor out of a deep sleep state.

note: this is only a big hammer approach for testing.

In grub set the following on boot to set a max cstate and set the intel_idle driver:

```
processor.max_cstate=1 intel_idle.max_cstate=1
```