<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>専用サーバ | Nemuの研究室</title>
	<atom:link href="https://wp.nippombashi.net/archives/category/dedicatedserver/feed" rel="self" type="application/rss+xml" />
	<link>https://wp.nippombashi.net</link>
	<description></description>
	<lastBuildDate>Sat, 11 Nov 2023 00:29:44 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://wp.nippombashi.net/wp-content/uploads/2023/11/1699794885-b77cecaa254887cd3d80a87e07b11ccb-32x32.png</url>
	<title>専用サーバ | Nemuの研究室</title>
	<link>https://wp.nippombashi.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>専用サーバのCPUクロック数を最大で固定する</title>
		<link>https://wp.nippombashi.net/archives/2380</link>
					<comments>https://wp.nippombashi.net/archives/2380#respond</comments>
		
		<dc:creator><![CDATA[owner]]></dc:creator>
		<pubDate>Tue, 29 Dec 2020 03:56:34 +0000</pubDate>
				<category><![CDATA[専用サーバ]]></category>
		<guid isPermaLink="false">https://wp.nippombashi.net/?p=2380</guid>

					<description><![CDATA[お家サーバでCPUクロックを最大で固定すると電気代が上がりますが、 データセンターで動いているサーバであれば気にする必要はありません。 CPUクロックを最大で固定する方法を紹介。 勿論ですがVPS等の仮想サーバでは使えま [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>お家サーバでCPUクロックを最大で固定すると電気代が上がりますが、<br />
データセンターで動いているサーバであれば気にする必要はありません。<br />
CPUクロックを最大で固定する方法を紹介。<br />
勿論ですがVPS等の仮想サーバでは使えません。物理サーバにのみ設定可能です。</p>
<p>環境：Ubuntu 22.04</p>
<p>ondemandやthermaldを無効にする。</p>
<pre>systemctl stop ondemand
systemctl disable ondemand

systemctl stop thermald
systemctl disable thermald</pre>
<p>cpufrequtilsをインストール</p>
<pre>apt install cpufrequtils</pre>
<p>パフォーマンス設定を書き込み</p>
<pre>vim /etc/default/cpufrequtils</pre>
<p>内容</p>
<pre>ENABLE="true"
GOVERNOR="performance"</pre>
<p>GOVERNORですが他にも色々あるようです。</p>
<pre>powersave：最小周波数
ondemand：負荷に合わせて制御</pre>
<p>cpufrequtilsを再起動し適用</p>
<pre>systemctl restart cpufrequtils</pre>
<p>現在のCPUクロック数を確認する</p>
<pre>cpufreq-info</pre>
<p><img fetchpriority="high" decoding="async" src="https://wp.nippombashi.net/wp-content/uploads/2020/12/1609214902-d88db7b167102352407fada8934e31c5-800x233.png" alt="" width="800" height="233" class="alignnone size-large wp-image-2393" srcset="https://wp.nippombashi.net/wp-content/uploads/2020/12/1609214902-d88db7b167102352407fada8934e31c5-800x233.png 800w, https://wp.nippombashi.net/wp-content/uploads/2020/12/1609214902-d88db7b167102352407fada8934e31c5-400x117.png 400w, https://wp.nippombashi.net/wp-content/uploads/2020/12/1609214902-d88db7b167102352407fada8934e31c5-768x224.png 768w, https://wp.nippombashi.net/wp-content/uploads/2020/12/1609214902-d88db7b167102352407fada8934e31c5.png 902w" sizes="(max-width: 800px) 100vw, 800px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://wp.nippombashi.net/archives/2380/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
