What does GPU memory mean in the chrome task manager

There is a column in the chrome task manager with a name GPU memory.

  • What is this memory?
  • Is it memory in physical memory or in the GPU?
  • What is the relationship between GPU memory and memory?

chrome task manager

+4
source share
1 answer
  • It represents the amount of GPU memory used by the page. The GPU process is a process used only if Chrome displays GPU-accelerated content. Chrome uses a graphics processor to speed up the rendering of web pages, typical HTML, CSS, WebGL, etc.
  • The memory is in graphical mode.
  • . , GPU RAM, GPU , , . , , parallelism.

: http://www.chromium.org/developers/design-documents/gpu-accelerated-compositing-in-chrome

+5

All Articles