Enumeration Case 列挙ケース

ProcessInfo.ThermalState.serious

The thermal state is high. 温度状態は高いです。

Declaration 宣言

case serious = 2

Discussion 議論

The system takes moderate steps to reduce thermal state, which reduces performance. Fans are running at maximum speed. システムは、穏やかな処置をとって、温度状態を下げます、それは性能を下げます。ファンは、最大速度で動作しています。

Reduce usage of resources that generate heat and consume battery, for example: 熱を生成およびバッテリーを消費するリソースを減らしてください、例えば:

  • Reduce or defer I/O operations, such as networking and Bluetooth I/O演算を減らすまたは延期してください、たとえばネットワークおよびBluetoothなど

  • Reduce the requested level of accuracy for location 位置に対する精度の要求水準を下げてください

  • Reduce CPU and GPU usage by stopping or deferring work CPUとGPU利用を作業を停止するまたは延期することによって下げてください

  • Reduce the target framerate from 60 FPS to 30 FPS ターゲットフレームレートを60 FPSから30 FPSに下げてください

  • Reduce the level of detail in rendered content by using fewer particles or lower-resolution textures 描画された内容における細部の水準を、より少ないパーティクルまたはより低い解像度テクスチャを使うことによって減らしてください。

For more details on how to reduce your app’s use of these resources, see Energy Efficiency Guide for iOS Apps and Energy Efficiency Guide for Mac Apps. あなたのアプリのこれらリソースの利用を減らす方法に関するさらなる詳細として、Energy Efficiency Guide for iOS AppsEnergy Efficiency Guide for Mac Appsを見てください。