raspberry pi b+内存显示为247Mb
raspberry pi b+ memory display as 247Mb
我有 raspberry pi b+ 型号。
我在规格中看到过,它说,它有 512mb 内存。
但是当我使用 free -m 测试它时,它只显示 247mb。
请告诉我这样做的原因。
谢谢。
pi@raspberrypi ~/Desktop/song $ free -m
total used free shared buffers cached
Mem: 247 210 36 0 15 103
-/+ buffers/cache: 91 155
Swap: 99 0 99
调低 GPU 内存:
sudo raspi-config
你可以select
8 Advanced Options Configure advanced settings
然后
A3 Memory Split Change the amount of memory made available to the GPU
然后你可以将它设置为期望值。
我有 raspberry pi b+ 型号。 我在规格中看到过,它说,它有 512mb 内存。 但是当我使用 free -m 测试它时,它只显示 247mb。 请告诉我这样做的原因。 谢谢。
pi@raspberrypi ~/Desktop/song $ free -m
total used free shared buffers cached
Mem: 247 210 36 0 15 103
-/+ buffers/cache: 91 155
Swap: 99 0 99
调低 GPU 内存:
sudo raspi-config
你可以select
8 Advanced Options Configure advanced settings
然后
A3 Memory Split Change the amount of memory made available to the GPU
然后你可以将它设置为期望值。