Re: How to know the size of RAM memory

2007-08-05 Thread Wojciech Puchar
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

Re: How to know the size of RAM memory

2007-08-05 Thread Shantanoo Mahajan
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

RE: How to know the size of RAM memory

2007-08-05 Thread fbsd2
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:(Total: 37324K Active

Re: How to know the size of RAM memory

2007-08-05 Thread Manolis Kiagias
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:

Re: How to know the size of RAM memory

2007-08-05 Thread Wojciech Puchar
# /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

RE: How to know the size of RAM memory

2007-08-05 Thread fbsd2
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

Re: How to know the size of RAM memory

2007-08-05 Thread Philip M. Gollucci
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])

How to know the size of RAM memory

2007-08-04 Thread Prakash Poudyal
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 unsubscribe, send any mail to

Re: How to know the size of RAM memory

2007-08-04 Thread Modulok
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 the

Re: How to know the size of RAM memory

2007-08-04 Thread NetOpsCenter
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