FreeBsd as guest & Memory

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Graff
Posts: 5
Joined: 17. Jun 2008, 16:06

FreeBsd as guest & Memory

Post by Graff »

i'm using vbox 1.6.2 on debain etch. having troubles with freebsd as guest.
freebsd 7.0
dmesg:
....
real memory = 68153344 (64 MB)
avail memory = 52686848 (50 MB)
...
and doesn't matter how much memory is set in VirtualOS settings.

does anyone else have this issiu too?
keithyau
Posts: 4
Joined: 1. Jul 2008, 18:05

Post by keithyau »

I have the same problem on using pfsense

anyone please kindly help us?
Napsterbater
Posts: 5
Joined: 10. May 2008, 03:28

Post by Napsterbater »

keithyau wrote:I have the same problem on using pfsense

anyone please kindly help us?
Same here in 1.5.6, 1.6 and 1.6.2
len
Posts: 2
Joined: 4. Jul 2008, 15:55

Post by len »

Hi,
Check out this post: http://forums.virtualbox.org/viewtopic. ... highlight=
It worked for me. It basically boils down to edit loader.conf and add

Code: Select all

hw.physmem="12345678" 
(Check out "man loader.conf" for details). In the post it can be seen that the difference between "realmem" and "physmem" is 13148160 bytes. Realmem is what you tell VirtualBox, physmem is what you tell FreeBSD. The latter is lower :-). The poster used 32MB of slack, I used 16MB and it works fine.
Good luck
Post Reply