概要

概要

概要

在过去的几周里,我开始注意到我的机器上的一个进程占用了 CPU。所以今天我查看了一下,发现 Chrome 的 CPU 占用率大约为 100%。

  • 是否有任何已知的错误可以解释这一点?或者
  • 有什么方法可以解决这个问题吗?

我没有安装任何扩展,这是最近的全新安装,没有扩展。

20002 ash       20   0  480848 103708  60156 S 108.9  0.9   0:03.28 chrome

Chrome 版本:

Version 40.0.2214.95 (64-bit)

Ubuntu/Gnome 版本:

ash ~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.2 LTS
Release:    14.04
Codename:   trusty

ash ~ $ gnome-shell --version
GNOME Shell 3.10.4

答案1

使用 Chrome 的内置任务管理器查看 Chrome 的哪些部分(页面、插件等)正在使用 CPU。

在此处输入图片描述

要访问它,只需按Shift+ Escape(或右键单击窗口装饰并选择任务管理器)

答案2

切换到集成 GPU 可以解决我的 CPU 占用高的问题。

我有以下系统:

Graphics:  Card-1: Advanced Micro Devices [AMD/ATI] Trinity [Radeon HD 7600G]
           Card-2: Advanced Micro Devices [AMD/ATI] Mars [Radeon HD 8730M]
           Display Server: X.Org 1.17.1 driver: fglrx
           Resolution: [email protected], [email protected]
           GLX Renderer: AMD Radeon HD 7600G
           GLX Version: 4.4.13374 - CPC 15.20.1013

我在 Catalyst 控制中心(管理)中切换到集成 GPU(而不是高性能独立 GPU)。重启后,Chrome 中的高 CPU 问题完全消失了。

相关内容