Forums - Is there any limit on the graphics memory size of android device?

2 posts / 0 new
Last post
Is there any limit on the graphics memory size of android device?
625126990
Join Date: 30 Aug 15
Posts: 1
Posted: Mon, 2016-11-21 08:01

recently I'm testing the Graphic memory limit on android device using adreno GPU. and i find that gpu and cpu share the memory with no limit, gpu can use all  available memory of device(about 1.7 G), is there any document about this topic?

  • Up0
  • Down0
gesqdn-forum
Join Date: 4 Nov 18
Posts: 184
Posted: Tue, 2019-07-30 04:05

Hi,
We didn't get your question. Our answer is in the assumption that the question is that if a GPU/CPU is shared by a single process?
There is no restriction for a process to use the whole available memory(RAM) excluding the critical OS files in memory.
Page Fault Exception technique is used to allocate the memory for a process. If the system ran out of memory to allocate a new page for a process, one of the Page Replacement Algorithms is used to allocate the memory.

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.