僕の備忘録(PC、UN*X、ネットワーク関連が中心)なんです。
自分の書いたところは適当(な時とか)に書き換えますので御了承を。
インストールはしても、デフォルトでは特に助けにはならないっぽい。
仮想マシンを動かしていると、90度を超えたりする。
$ dmesg --ctime [土 1月 4 09:37:20 2020] CPU6: Core temperature above threshold, cpu clock throttled (total events = 1) [土 1月 4 09:37:20 2020] CPU2: Core temperature above threshold, cpu clock throttled (total events = 1) [土 1月 4 09:37:20 2020] CPU2: Package temperature above threshold, cpu clock throttled (total events = 1) [土 1月 4 09:37:20 2020] CPU6: Package temperature above threshold, cpu clock throttled (total events = 1) [土 1月 4 09:37:20 2020] CPU3: Package temperature above threshold, cpu clock throttled (total events = 1) [土 1月 4 09:37:20 2020] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1) [土 1月 4 09:37:20 2020] CPU7: Package temperature above threshold, cpu clock throttled (total events = 1) [土 1月 4 09:37:20 2020] CPU4: Package temperature above threshold, cpu clock throttled (total events = 1) [土 1月 4 09:37:20 2020] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1) [土 1月 4 09:37:20 2020] CPU5: Package temperature above threshold, cpu clock throttled (total events = 1) [土 1月 4 09:37:20 2020] CPU6: Core temperature/speed normal [土 1月 4 09:37:20 2020] CPU2: Core temperature/speed normal [土 1月 4 09:37:20 2020] CPU0: Package temperature/speed normal [土 1月 4 09:37:20 2020] CPU4: Package temperature/speed normal [土 1月 4 09:37:20 2020] CPU6: Package temperature/speed normal [土 1月 4 09:37:20 2020] CPU2: Package temperature/speed normal [土 1月 4 09:37:20 2020] CPU1: Package temperature/speed normal [土 1月 4 09:37:20 2020] CPU5: Package temperature/speed normal [土 1月 4 09:37:20 2020] CPU3: Package temperature/speed normal [土 1月 4 09:37:20 2020] CPU7: Package temperature/speed normal
/etc/cpufreqd.confを少しいじってみた。
[Profile] name=Performance High minfreq=100% maxfreq=100% policy=performance [/Profile] [Profile] name=Powersave Low minfreq=40% maxfreq=40% policy=powersave [/Profile] [Rule] name=AC Rule ac=on profile=Powersave Low # デフォルトは"Performance High" [/Rule]
で、sudo systemctl restart cpufreqd.service。
少し鈍くなった気がするが、さしあたり、先程の警告は出なくなった。
チュートリアルからは時々はみ出さないと、応用力にはなるまい。
$ lxc launch images:debian/10/amd64 buster
user@ub18:~$ lxc list +--------+---------+------+------+------------+-----------+ | NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS | +--------+---------+------+------+------------+-----------+ | bionic | STOPPED | | | PERSISTENT | 0 | +--------+---------+------+------+------------+-----------+ | buster | STOPPED | | | PERSISTENT | 0 | +--------+---------+------+------+------------+-----------+
なんか転送元が変なようだが、ともかく入るべきものは 入った。起動もできた。
リンクはご自由にどうぞ。でもURLや内容が変った場合はあしからず。