Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 12:29:18 +0200
From:      "Herbert J. Skuhra" <herbert@gojira.at>
To:        freebsd-arm@freebsd.org
Subject:   Re: real memory  is 0 MB
Message-ID:  <20180912102918.ua4nlamcyzw2ycwe@mail.bsd4all.net>
In-Reply-To: <56209.23275.qm@web103907.mail.ssk.yahoo.co.jp>
References:  <56209.23275.qm@web103907.mail.ssk.yahoo.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180912102918.ua4nlamcyzw2ycwe>