LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-01-2019, 06:22 AM   #16
system001
Member
 
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199

Original Poster
Rep: Reputation: 15

Quote:
Originally Posted by ondoho View Post
I did (and still do) have a use case for cpulimit - it's a script that generates a desktop background every few minutes or so. If I don't limit it, the fans spin up every time, and that's simply disturbing to me. setting nice to the lowest value does NOT help with that.
so i use cpulimit to keep it from happening. however, i don't run the whole script with cpulimit, just the crucial command.
you do realize your videocards fan(s) speed up to keep the video card cool under a heavier load, right? blocking your video card fan(s) from increasing speed is a great way to burnout the video card, and or the motherboard. it's simply disturbing to me that someone doesn't realize that.
 
Old 06-01-2019, 07:07 AM   #17
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by system001 View Post
you do realize your videocards fan(s) speed up to keep the video card cool under a heavier load, right? blocking your video card fan(s) from increasing speed is a great way to burnout the video card, and or the motherboard. it's simply disturbing to me that someone doesn't realize that.
The way I read it, Ondoho doesn't block the fan, he limits the process activity so that the fan never needs to get going in the first place. Did you honestly think that he was unaware of why fans exist?
 
1 members found this post helpful.
Old 06-01-2019, 10:35 AM   #18
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ thanks hydrurga.
no, i do not mess about with fans.
cpulimit slows the process down so much that the cpu doesn't get hot.

sometimes i really miss that downvote button...
 
Old 06-02-2019, 01:42 PM   #19
system001
Member
 
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199

Original Poster
Rep: Reputation: 15
@hydurga EITHER way @ondoho is wrong. why the bleep limit what your system can do? since before the core2duo's by intel came out cpus were designed to shutdown the system if they get too hot, so no need to limit their performance via software just to keep them from getting too hot.

Last edited by system001; 06-02-2019 at 01:46 PM.
 
Old 06-02-2019, 03:09 PM   #20
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by system001 View Post
@hydurga EITHER way @ondoho is wrong. why the bleep limit what your system can do? since before the core2duo's by intel came out cpus were designed to shutdown the system if they get too hot, so no need to limit their performance via software just to keep them from getting too hot.
The heat isn't the issue. The operation that ondoho carries out appears to be intensive and repetitive, repeatedly firing up the fan every few minutes, thus creating unnecessary noise (some folk don't worry about fan noise, other folk prefer to have a noiseless computer). All he is doing is making the system run that particular operation more slowly, less CPU-intensively, to avoid hitting the limit that fires up the fan. It's no biggie and quite a clever solution to the problem, imo.
 
1 members found this post helpful.
Old 06-02-2019, 11:59 PM   #21
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Without intent, one can ONLY speculate.

Noiseless has a few options these days. Lots of CPUs are passively cooled, at least on the low power end of things. My HP stream 11s were very silent and much appreciated, and died at young ages (< 2 years). Other options of having cases open and using a room fan to provide adequate air flow without a lot of tiny fans screaming at you. Which I did long ago when the PSU fan died. A walmart fan was $10, a new PSU was $40. Which route depends on factors, like pets or kids. And intent, like saving $30 versus buying something "again" that might have the same problem in a relatively short time.
 
Old 01-13-2021, 03:33 PM   #22
smokeydan
LQ Newbie
 
Registered: Jan 2021
Posts: 2

Rep: Reputation: Disabled
[SOLVED] How To Limit CPU Usage In Handbreak

Cpulimit works great for me. I use this: cpulimit --pid=6109 --limit=75 on my machine which cuts the useage in half. I'm not a Linux wizard so this is the best for me. Thanks!
 
Old 01-13-2021, 08:30 PM   #23
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Hello and welcome to LQ smokeydan.

I almost added to this old thread.
 
Old 01-14-2021, 01:28 PM   #24
smokeydan
LQ Newbie
 
Registered: Jan 2021
Posts: 2

Rep: Reputation: Disabled
I apologize for responding to such a dated thread--I just wanted to thank those that helped greatly with my Linux experience.
 
1 members found this post helpful.
Old 01-14-2021, 03:14 PM   #25
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
No problem.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Could not install Handbreak through terminal, Returns error u9477100 Linux - Software 18 09-05-2018 04:40 AM
[SOLVED] High CPU load, but low CPU usage (high idle CPU) baffy Linux - Newbie 5 03-13-2013 09:24 AM
how to determine cpu usage, memory usage, I/O usage by a particular user logged on li rags2k Programming 4 08-21-2004 04:45 AM
How can I limit the CPU usage of a PID? ideasman Linux - Software 1 04-01-2004 07:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration