real memory is 0 MB

Herbert J. Skuhra herbert at gojira.at
Wed Sep 12 10:29:21 UTC 2018


On Wed, Sep 12, 2018 at 07:11:41PM +0900, Mori Hiroki wrote:
> Hi
> 
> I build today's head and run on rt1310.
> 
> https://gist.github.com/yamori813/88224f1c96c9c592fb611b12a15e4ab5
> 
> 
> I found strange log.
> 
> real memory = 0 (0MB)
> 
> Why ?

Same issue on Raspberry Pi 2 Model B:

real memory  = 0 (0 MB)
avail memory = 1011384320 (964 MB)

% sysctl -a | egrep "hw.(phys|real|user)mem"
hw.physmem: 1034596352
hw.usermem: 854900736
hw.realmem: 0

'grep "real memory" /var/log/messages' shows:

May  5 23:22:03 rpi01 kernel: real memory  = 989851648 (943 MB)
Jun  2 12:05:45 rpi01 kernel: real memory  = 0 (0 MB)

May  5 23:22:03 rpi01 kernel: FreeBSD 12.0-CURRENT #1 r333274: Sat May
5 22:33:37 CEST 2018
Jun  2 12:05:45 rpi01 kernel: FreeBSD 12.0-CURRENT #2 r334527: Sat Jun
2 11:19:21 CEST 2018

-- 
Herbert


More information about the freebsd-arm mailing list