hw.physmem (loader.conf and sysctl)

2011-03-04 Thread Dmitry Krivenok
Hello Hackers, I've limited the amount of physical memory visible for my FreeBSD-8.2 by adding the following in loader.conf: $ cat /boot/loader.conf | grep hw.physmem hw.physmem="500M" $ However, according to sysctl, the system sees $ sysctl hw.physmem hw.physmem: 507445248 $ The difference is

Re: hw.physmem (loader.conf and sysctl)

2011-03-04 Thread Andriy Gapon
on 04/03/2011 16:36 Dmitry Krivenok said the following: > Hello Hackers, > I've limited the amount of physical memory visible for my FreeBSD-8.2 by > adding > the following in loader.conf: > > $ cat /boot/loader.conf | grep hw.physmem > hw.physmem="500M" > $ > > However, according to sysctl, the

Re: hw.physmem (loader.conf and sysctl)

2011-03-04 Thread John Baldwin
On Friday, March 04, 2011 12:48:55 pm Andriy Gapon wrote: > on 04/03/2011 16:36 Dmitry Krivenok said the following: > > Hello Hackers, > > I've limited the amount of physical memory visible for my FreeBSD-8.2 by adding > > the following in loader.conf: > > > > $ cat /boot/loader.conf | grep hw.ph

Re: hw.physmem (loader.conf and sysctl)

2011-03-04 Thread Bernd Walter
On Fri, Mar 04, 2011 at 07:48:55PM +0200, Andriy Gapon wrote: > on 04/03/2011 16:36 Dmitry Krivenok said the following: > > Hello Hackers, > > I've limited the amount of physical memory visible for my FreeBSD-8.2 by > > adding > > the following in loader.conf: > > > > $ cat /boot/loader.conf | gr

Hot-ICE '11 Program Now Available

2011-03-04 Thread Lionel Garth Jones
You're invited to join us at the first Workshop on Hot Topics in Management of Internet, Cloud, and Enterprise Networks and Service (Hot-ICE '11), which will take place in Boston, MA, on March 29, 2011. Hot-ICE '11 will bring together researchers and practitioners working on network and service man

Mem leak : malloc/free + pthreads = leakage?

2011-03-04 Thread Eric Anderson
Hi all, I have a moderately threaded userland program (all C) I am working on (using pthreads, freebsd 8.1 64bit). It seems to leak memory (using standard malloc/free) badly. I am using pcap to capture packets and process them. I have a handful of libs statically linked in (pcap is one, the r