fbsd2 wrote:
> What is the meaning of the 67108864 number?
Its 64MB in bytes.
[08:42 PM](ttyp0)[EMAIL PROTECTED] j0 h2 c502
/usr/home/pgollucci>
bc
64*1024
65536
.*1024
67108864
--
Philip M. Gollucci ([EMAIL PROTECTED]) 32
What is the meaning of the 67108864 number?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Wojciech Puchar
Sent: Sunday, August 05, 2007 3:12 PM
To: Manolis Kiagias
Cc: [EMAIL PROTECTED]; freebsd-questions@freebsd.org
Subject: Re: How to know the size of
# /root >dmesg | grep -i memory
real memory = 67108864 (64 MB)
avail memory = 56094720 (53 MB)
this is true - 64MB
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail
fbsd2 wrote:
> I tried what people said to do and I get different values that do not match
> what the bios say.
> Why is there so large a difference?
> How can this be explained???
>
> # /root >sysctl -a | grep -i memory
> Virtual Memory: (Total: 2871K, Active 91444K)
> Real Memory:
cache 384k
total = 65536k
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Shantanoo Mahajan
Sent: Sunday, August 05, 2007 2:52 AM
To: Prakash Poudyal
Cc: freebsd-questions@freebsd.org
Subject: Re: How to know the size of RAM memory
On 05-Aug-07, at 8:53 AM, P
On 05-Aug-07, at 8:53 AM, Prakash Poudyal wrote:
Hello everybody,
Can any body tell how to see the size of RAM memory in freebsd. ?
you may try:
sysctl -a | grep -i mem
shanatnoo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.o
dmesg |grep memory
On Sun, 5 Aug 2007, Prakash Poudyal wrote:
Hello everybody,
Can any body tell how to see the size of RAM memory in freebsd. ?
Thank you
Sincerely
Prakash
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/
Prakash Poudyal wrote:
Hello everybody,
Can any body tell how to see the size of RAM memory in freebsd. ?
Thank you
Sincerely
Prakash
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsub
On 8/4/07, Prakash Poudyal <[EMAIL PROTECTED]> wrote:
> Hello everybody,
>
> Can any body tell how to see the size of RAM memory in freebsd. ?
> Thank you
>
> Sincerely
>
> Prakash
It should be displayed early in the dmesg(8) output shown during the
boot process. You may review this by executing t