Archiv > General
Kernel Hardcoded Auf 1gb?
outis:
Wie ist es denn mittlerweile um dieses Thema bestellt? Offenbar ist die Arbeitsspeichergrenze nach wie vor in den MLDs konfiguriert. Soll das dauerhaft so bleiben? Kann mehr Arbeitsspeicher nicht z.B. auch für transcoding/markad o.ä. nützlich sein? Ich hätte fast meinen rpi verdächtigt, dass nicht drin ist, was auf der Verpackung draufsteht. ;)
rfehr:
Hi outis,
du hast aber schon gesehen, das der Thread hier 10 Jahre alt ist.
Gruß,
Roland
outis:
Gewiss doch, aber das Thema erscheint nicht tot.
--- Code: ---MLD-Server> vcgencmd get_mem arm && vcgencmd get_mem gpu
arm=768M
gpu=256M
--- End code ---
Der Rechner hat 4Gb Ram.
rfehr:
Also ich bekomme auf meinen rpi4 die 4GB angezeigt, die auch drin sind.
--- Code: ---MLD> cat /proc/meminfo
MemTotal: 3931732 kB
MemFree: 3537676 kB
MemAvailable: 3516208 kB
Buffers: 0 kB
Cached: 239548 kB
--- End code ---
Gruß,
Roland
rfehr:
Hi outis,
das vcgencnd läuft auf einem RPI4 nicht korrekt.
--- Code: ---Note: On a Raspberry Pi 4 with greater than 1GB of RAM, the arm option is inaccurate.
This is because the GPU firmware which implements this command is only aware of the first gigabyte of RAM on the system,
so the arm setting will always return 1GB minus the gpu memory value.
To get an accurate report of the amount of ARM memory, use one of the standard Linux commands, such as free or cat /proc/meminfo
--- End code ---
Gruß,
Roland
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version