gpu-ram from 256 to 128

low mem problems on Raspi 3
This commit is contained in:
olli 2022-11-07 12:30:09 +01:00
parent 1786010ff9
commit cdaed40c6d

View File

@ -64,13 +64,13 @@
group: users group: users
groups: sudo,adm,audio,video,games,input,render,netdev groups: sudo,adm,audio,video,games,input,render,netdev
- name: Rasoi /boot/config.txt - name: Raspi /boot/config.txt
blockinfile: blockinfile:
path: /boot/config.txt path: /boot/config.txt
insertafter: EOF insertafter: EOF
marker: "# {mark} ANSIBLE MANAGED BLOCK" marker: "# {mark} ANSIBLE MANAGED BLOCK"
block: | block: |
gpu_mem=256 gpu_mem=128
hdmi_force_hotplug=1 hdmi_force_hotplug=1
hdmi_mode=4 hdmi_mode=4
dtparam=audio=on dtparam=audio=on