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

Samson Amaugo 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

github oauth device flow in dotnet
Hola folks 👋👋👋😎😎😎. I’m back and banging, smoking hot 🔥….just …

GitHub OAuth Device Flow in DotNet

easyssh
Hola 🖐….. Sometimes you might find it hard to keep …

Easy SSH Via Local DNS

About The Author

Samson Amaugo

I am Samson Amaugo. I am a full-stack developer and I specialize in DotNet and the MERN stack.

Leave a Reply

Cancel reply

Search Site

Recent Posts

  • Running Entity Framework Migrations in an Aspire-Bootstrapped Orleans Project
  • Using XDebug in Laravel Sail (VSCODE)
  • Custom Redis Streams Provider for Orleans
  • Creating a Custom File Storage Provider for Microsoft Orleans
  • Incremental Generators In C#

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

  • Running Entity Framework Migrations in an Aspire-Bootstrapped Orleans Project
  • Using XDebug in Laravel Sail (VSCODE)
  • Custom Redis Streams Provider for Orleans
  • Creating a Custom File Storage Provider for Microsoft Orleans
  • Incremental Generators In C#
  • Hot Chocolate Data Loader: A Quick Guide
  • Exploring Policy-Based Authorization in Minimal API with .NET 8
  • Using Cloud Firestore in Blazor WebAssembly
  • Serving A VueJs App from DotNet
  • Dynamic Subscriptions in Hot Chocolate 🔥🍫

Swacblooms🦋

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