Hi,
Was curious if increasing the gpu_mem in config.txt has any effect on Windows IoT Core and my UWP app?!
Dick
Hi,
Was curious if increasing the gpu_mem in config.txt has any effect on Windows IoT Core and my UWP app?!
Dick
Hi,
The gpu_mem option in config.txt specifies how much memory, in megabytes, to reserve for the exclusive use of the GPU: the remaining memory is allocated to the ARM CPU for use by the OS.
https://www.raspberrypi.org/documentation/configuration/config-txt/memory.md
You can take a test and observe for a period of time.
Hi @Criszhan-msft ,
Did test and observe it already for a period of time but wanted to know from a technical perspective if it would make any sense to increase the gpu_mem. Is it being used by Windows IoT Core or am I just reserving memory which is never used?
Best, Dick
Hi,
There have been many discussions in the community that windows iot core cannot get performance acceleration on Raspberry Pi.
Unfortunately the GPU hardware in RPi is not Direct X capable so Windows is unable to leverage it.
Including the latest Release Notes(Build 17763.253) also mentioned some problems on the Raspberry Pi.
Video playback performance on the Raspberry Pi platform is not optimized. Animated user elements including XAML-based dropdown menus may exhibit less than optimal performance.
Hi @Criszhan-msft ,
Thanks for the response. I know Windows IoT Core does not use the GPU for hardware acceleration. Our interface does not use heavy animations or video but shows some controls and mainly images.
Is gpu_mem used for displaying images on the screen and does it technically make sense to increase the gpu_mem in case of showing more images on the screen?
Best, Dick
Hi,
Unfortunately I can’t find and provide any information. I have no idea except to increase or decrease the option gpu_mem to observe the running status of the application.
2 people are following this question.