<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=1872&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / CPU throttling]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1872</link>
		<description><![CDATA[The most recent posts in CPU throttling.]]></description>
		<lastBuildDate>Mon, 01 Jul 2019 17:00:05 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: CPU throttling]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16740#p16740</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Did you try modifying /sys/devices/system/cpu/intel_pstate/* instead of just disabling it?</p></div></blockquote></div><p>I did some minimal perusing of /sys/devices/system/cpu/intel_pstate and didn&#039;t attempt to change anything.&#160; I certainly will try that, but my initial idea was to &quot;brute force&quot; remove any kind of cpu throttle/governor, then maybe back off that brute force method with more subtle changes.</p>]]></description>
			<author><![CDATA[dummy@example.com (pj1967)]]></author>
			<pubDate>Mon, 01 Jul 2019 17:00:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16740#p16740</guid>
		</item>
		<item>
			<title><![CDATA[Re: CPU throttling]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16719#p16719</link>
			<description><![CDATA[<p>Did you try modifying /sys/devices/system/cpu/intel_pstate/* instead of just disabling it?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 28 Jun 2019 21:19:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16719#p16719</guid>
		</item>
		<item>
			<title><![CDATA[Re: CPU throttling]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16716#p16716</link>
			<description><![CDATA[<p>Ok, after nearly a year and a half, I cycled back around to this issue and finally found a solution.&#160; As I suspected, it&#039;s not a specific issue with Devuan and involves the intel_pstate kernel &quot;module&quot; (not really a module, rather a compiled in feature of the generic kernel).&#160; To make a long story short, to prevent CPU throttling, you have to disable the intel_pstate feature in the kernel...the obvious way that I know to do this is to add &#039;intel_pstate=disable&#039; to the kernel command line in grub....e.g.</p><p>1)&#160; Append &#039;intel_pstate=disable&#039; to the GRUB_CMDLINE_LINUX_DEFAULT variable in /etc/default/grub<br />2) run update-grub<br />3) reboot</p><p>And, viola!&#160; All cpu cores run at their rated max clock speed all the time (no turbo mode, AFAIK).</p><p>--PJ</p><p>PS:&#160; I love the Devuan distro!&#160; Keep up the good work/fight devs!</p>]]></description>
			<author><![CDATA[dummy@example.com (pj1967)]]></author>
			<pubDate>Fri, 28 Jun 2019 18:06:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16716#p16716</guid>
		</item>
		<item>
			<title><![CDATA[Re: CPU throttling]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7691#p7691</link>
			<description><![CDATA[<p>After our previous exchange, I checked my laptop, and the default governer was powersave. Good for a laptop, but that&#039;s where I build isos. Been using cpufrequtils since then, and I just now installed and tried linux-cpupower.</p><p><span class="bbc">cpupower set -b 0</span> gives me slightly higher speeds than <span class="bbc">cpufreq-set -g performance</span> but in both cases, speeds drop at idle. I don&#039;t know if recompiling the kernel without the governers is necessary or even possible or if it would work. You might be able to just unload the module(s) to get constant full speed.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 22 Feb 2018 21:19:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7691#p7691</guid>
		</item>
		<item>
			<title><![CDATA[Re: CPU throttling]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7683#p7683</link>
			<description><![CDATA[<p>So, tinkering around with this didn&#039;t yield what I wanted.&#160; As you indicated, the default governor is &quot;performance&quot; which still throttles down the CPU cores when idle.&#160; With redhat 6 (2.6 .32), the kernel config file has similar entries as above, but with cpuspeed disabled, the CPU run at full clock speed even when idle.&#160; I suspect I might need to recompile the kernel with the CPU governors disabled?</p>]]></description>
			<author><![CDATA[dummy@example.com (pj1967)]]></author>
			<pubDate>Thu, 22 Feb 2018 18:02:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7683#p7683</guid>
		</item>
		<item>
			<title><![CDATA[Re: CPU throttling]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7557#p7557</link>
			<description><![CDATA[<p>Ah, ok, I&#039;ll use cpufrequtils for jessie.</p><p>THX,</p><p>PJ</p>]]></description>
			<author><![CDATA[dummy@example.com (pj1967)]]></author>
			<pubDate>Wed, 07 Feb 2018 18:35:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7557#p7557</guid>
		</item>
		<item>
			<title><![CDATA[Re: CPU throttling]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7555#p7555</link>
			<description><![CDATA[<p>Looks like it&#039;s built into the kernel these days. (see below)<br /><a href="https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt" rel="nofollow">https://www.kernel.org/doc/Documentatio … ernors.txt</a></p><p>You can still use cpufrequtils to modify the settings, but according to the debian wiki, cpufrequtils is being replaced by cpupower. There&#039;s a linux-cpupower package in jessie-backports, ascii/stretch and later.</p><div class="codebox"><pre><code> :~$ grep FREQ /boot/config-3.16.0-5-amd64 
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_STAT=m
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
CONFIG_X86_PCC_CPUFREQ=m
CONFIG_X86_ACPI_CPUFREQ=m
CONFIG_X86_ACPI_CPUFREQ_CPB=y
CONFIG_X86_AMD_FREQ_SENSITIVITY=m
# CONFIG_PM_DEVFREQ is not set</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 07 Feb 2018 17:35:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7555#p7555</guid>
		</item>
		<item>
			<title><![CDATA[CPU throttling]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7554#p7554</link>
			<description><![CDATA[<p>Hi all,</p><p>I&#039;m trying to figure out what mechanism devuan jessie uses to throttle down the CPU clock...basically, I want to turn that off and let the CPU run at full clock speed.</p><p>cpufrequtils isn&#039;t installed, and I&#039;m fairly certain that the BIOS is set to not throttle...so...any ideas?</p><p>THX,</p><p>PJ</p>]]></description>
			<author><![CDATA[dummy@example.com (pj1967)]]></author>
			<pubDate>Wed, 07 Feb 2018 15:06:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7554#p7554</guid>
		</item>
	</channel>
</rss>
