Swacblooms🦋

Making the Moves
Menu
  • Home
  • Motivation
  • Education
  • Programming
  • About
  • Contact
  • Privacy Policy
Home
Programming
Adjusting your processor speed in Ubuntu
Programming

Adjusting your processor speed in Ubuntu

Sammy July 22, 2020

Hello guys, in this post I would be putting down a step by step process on how to manually adjust your processor speed in ubuntu. This works for intel i3, i5 and i7 series.

Most times our computer tends to run on the base frequency to save power and only adjusts automatically during serious computing tasks.

If you ain’t concerned about power consumption but want to adjust the speed to suit your need, then the steps below would help. But do note that leaving your CPU to run on max levels also increases the amount of heat expelled from your system.

Before you run the steps below open a different terminal and run “lscpu | grep MHZ” to see your current processing speed.

  • Use “Ctrl + Alt + T” to open your terminal
  • This procedure requires you to log in as a root user
  • So run “sudo -s “, which would require you to input your password
  • Run “cd /sys/devices/system/cpu/intel_pstate”
  • Our aim is to increase the minimum percentage of the CPU
  • Run “ls” and you should see various files
  • The one we care to update is the “min_perf_pct” file
  • Run ” echo 80 > min_perf_pct”
  • This would make the minimum processing power to not go below 80% of its maximum speed.

After following the steps run “lscpu | grep MHz” to see the difference.

Thanks for following through. If you have any correction or contribution to make please do that in the comment section.

Prev Article
Next Article

Related Articles

Making a CRUD API using Azure Functions
I wrote a post that illustrates how to make a …

Making a CRUD API using Azure Functions

mocking the httpclient
Hello everyone, in today’s post I would be talking about …

Mocking the HttpClient in C#

About The Author

Sammy

I am Samson Amaugo. I am a full-stack web developer and I specialize in MERN stack development

Leave a Reply

Cancel reply

Search Site

Recent Posts

  • Using Cloud Firestore in Blazor WebAssembly
  • Serving A VueJs App from DotNet
  • Dynamic Subscriptions in Hot Chocolate 🔥🍫
  • Deploying a DotNet API To Railway 🚂
  • GitHub OAuth Device Flow in DotNet

Categories

  • EDUCATION
  • Motivation
  • Programming
  • Uncategorized

Get more stuff

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

we respect your privacy and take protecting it seriously

RSS Swacblooms

  • Using Cloud Firestore in Blazor WebAssembly
  • Serving A VueJs App from DotNet
  • Dynamic Subscriptions in Hot Chocolate 🔥🍫
  • Deploying a DotNet API To Railway 🚂
  • GitHub OAuth Device Flow in DotNet
  • Resumable Download in DotNet
  • Mocking the HttpClient in C#
  • MySocials DotNet CLI Tool
  • Benchmarking in C#
  • C# bang bang operator

Swacblooms🦋

Making the Moves
Copyright © 2023 Swacblooms🦋
Swacblooms - Making the Moves