Re: premature ENOMEM

2010-02-26 Thread Brad Penoff
Solved!!! Peter Lei of Cisco noticed this application uses mmap rather than malloc so I could get what I wanted (go beyond 200 MB without ENOMEM) if I adjusted sysctl -w vm.max_proc_mmap to be a higher value. Thanks so much for everyone's help, brad On Fri, Feb 26, 2010 at 8:12 AM, Brad P

Re: premature ENOMEM

2010-02-26 Thread Brad Penoff
e in Linux and Mac OS X. The thing is, I typically use FreeBSD for the best performance but I can't even get it to run there, at the moment. Thanks, brad On Thu, Feb 25, 2010 at 10:49 PM, Brad Penoff wrote: > Greetings, > > I have a 32-bit machine with 2 GB running FreeBSD 8.

premature ENOMEM

2010-02-25 Thread Brad Penoff
Greetings, I have a 32-bit machine with 2 GB running FreeBSD 8. I have a complex application that starts getting ENOMEM once the resident memory is about 200 MB. I adjusted the appropriate /boot/loader.conf and /etc/login.conf settings resulting in an increase in the "limit" values to around 2 G

Re: resident memory limit

2008-05-30 Thread Brad Penoff
On Wed, May 21, 2008 at 11:46 AM, Joshua Isom <[EMAIL PROTECTED]> wrote: > > On May 21, 2008, at 12:36 PM, Bill Moran wrote: > >> In response to "Brad Penoff" <[EMAIL PROTECTED]>: >>> >>> On Wed, May 21, 2008 at 6:09 AM, Bill Moran <[E

Re: resident memory limit

2008-05-21 Thread Brad Penoff
On Wed, May 21, 2008 at 6:09 AM, Bill Moran <[EMAIL PROTECTED]> wrote: > In response to "Brad Penoff" <[EMAIL PROTECTED]>: > >> On Tue, May 20, 2008 at 2:39 PM, Brad Penoff <[EMAIL PROTECTED]> wrote: >> > On Tue, May 20, 2008 at 1:54 PM, Bill Mora

Re: resident memory limit

2008-05-21 Thread Brad Penoff
On Tue, May 20, 2008 at 2:39 PM, Brad Penoff <[EMAIL PROTECTED]> wrote: > On Tue, May 20, 2008 at 1:54 PM, Bill Moran <[EMAIL PROTECTED]> wrote: >> In response to "Brad Penoff" <[EMAIL PROTECTED]>: >>> >>> I have an application that runs on L

Re: resident memory limit

2008-05-20 Thread Brad Penoff
On Tue, May 20, 2008 at 1:54 PM, Bill Moran <[EMAIL PROTECTED]> wrote: > In response to "Brad Penoff" <[EMAIL PROTECTED]>: >> >> I have an application that runs on Linux or Mac OS X but seems to have >> a problem when I run on FreeBSD (6.3 or 7). T

resident memory limit

2008-05-20 Thread Brad Penoff
Greetings, I have an application that runs on Linux or Mac OS X but seems to have a problem when I run on FreeBSD (6.3 or 7). The issue is the memory footprint for the application (osubw_sctpclien below) is quite large; on Linux it can be as much as 950 MB in resident memory, according to top. H