-->

Monday, June 10, 2013

コア パーキングの有効化と無効化

コアパーキングは次の変数が矛盾している場合無効になるらしい。


Processor performance core parking min cores
Processor performance core parking max cores


無効になる条件

The Core Parking algorithm is disabled if the value of this setting is not greater than the value of the Processor Performance Core Parking Minimum Cores setting.

つまり

Processor performance core parking min cores ≧ Processor performance core parking max cores


だと、コアパーキングは無効ってこと


Windows 8 のデフォルト設定は

Processor performance core parking min cores :    100%
Processor performance core parking max cores :    100%

だったのでデフォルトでは無効みたい。



なお、おらは Windows 8 でコアパーキングがサポートされてるのかどうかさえ正式な情報はもっていないので、このWindows 7の条件がそのまま当てはまるのかどうかは知らないw



コアパーキングの動作


Processor performance core parking min cores :    75%
Processor performance core parking max cores :    25%

上記の設定の場合、にょろんのPC ( 4コア )の動作は次のようになった。

・1コアは常にパークしている
・2コアが負荷に応じてパーキングしたりしなかったりする
・1コアは常に動作している

しかし、パーキング解除は低負荷なのに行われるのが とても不満にょろ

Turbo Boost とかと関係あったりするのかな?


関連ドキュメント http://nyoron-and-windows8.blogspot.com/2013/06/blog-post.html

1 comment:

  1. >しかし、パーキング解除は低負荷なのに行われるのが とても不満にょろ

    コアパーキングはあくまで消費電力を減らす(電力効率を良くする)機能のため、処理能力が必要になるとクロックを上げる前にパーキングを解除してコアを増やす
    (※クロックよりコアを増すほうが省電力)
    パークさせたままだとクロックが上がっちゃって逆効果になる

    ReplyDelete