hi,
I noticed that when I was setting up DietPi on my RPi 4 (4GB model), it will not allow me to choose anything.
It always defaults back to 16: Server
Is this an known bug?
-Daniel
GPU/RAM Memory Split on Raspberry Pi 4 4GB Topic is solved
Re: GPU/RAM Memory Split on Raspberry Pi 4 4GB
OK, nevermind, I just found a workaround:
add this line in /boot/config.txt under the GPU memory splits section:
add this line in /boot/config.txt under the GPU memory splits section:
Code: Select all
gpu_mem_4096=320
Re: GPU/RAM Memory Split on Raspberry Pi 4 4GB
Hi,
many thanks for your report. Indeed you already found the correct setting. If you use dietpi-software to install some application, gpu_mem will be set automatically according best practice. Below an example from an instillation
However you could set it manually on your needs as well.
many thanks for your report. Indeed you already found the correct setting. If you use dietpi-software to install some application, gpu_mem will be set automatically according best practice. Below an example from an instillation
Code: Select all
[ SUB1 ] DietPi-Set_hardware > gpumemsplit (64)
[ OK ] DietPi-Set_hardware | Setting in /boot/config.txt adjusted: gpu_mem_1024=64
[ OK ] DietPi-Set_hardware | Setting in /boot/config.txt adjusted: gpu_mem_512=64
[ OK ] DietPi-Set_hardware | Setting in /boot/config.txt adjusted: gpu_mem_256=64
[ OK ] gpumemsplit 64 | Completed
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team