Re: resident memory limit

2008-05-30 Thread Brad Penoff
d/or by adding a swap >>>>>>>> file. I've tried both and for my application, it still seems to be >>>>>>>> limited to 200 MB resident memory regardless of maxdsize and swap >>>>>>>> file >>>>>>>> settin

Re: resident memory limit

2008-05-21 Thread Joshua Isom
ve a look at /etc/login.conf and the associated man pages. BTW, we've seen the exact behavior on FreeBSD 7 as well (6.3 was reported here). We've tried on different hardware as well, and keep getting haunted by this resident memory limit that we don't know how to set. Any id

Re: resident memory limit

2008-05-21 Thread Bill Moran
top > >> >>> always matches the kern.maxdsiz setting, however it has a very low > >> >>> resident memory number, according to top. > >> >> > >> >> Have a look at /etc/login.conf and the associated man pages. > >> >> &

Re: resident memory limit

2008-05-21 Thread Brad Penoff
t gets ENOMEM (doing another >> >>> while(1) so it doesn't exit); this application's memory size in top >> >>> always matches the kern.maxdsiz setting, however it has a very low >> >>> resident memory number, according to top. >> >

Re: resident memory limit

2008-05-21 Thread Bill Moran
matches the kern.maxdsiz setting, however it has a very low > >>> resident memory number, according to top. > >> > >> Have a look at /etc/login.conf and the associated man pages. > >> > > BTW, we've seen the exact behavior on FreeBSD 7 as well (6.3 wa

Re: resident memory limit

2008-05-21 Thread Wojciech Puchar
of the system for my application to beyond 200 MB? Any ideas where this 200 MB resident memory limit is coming from? Why (in the last data entry below) does the resident memory limit become 80 MB after I increase maxdsiz AND use a swap file (the settings where malloctest can malloc the most!)? Thanks!

Re: resident memory limit

2008-05-21 Thread Brad Penoff
ets ENOMEM (doing another >>> while(1) so it doesn't exit); this application's memory size in top >>> always matches the kern.maxdsiz setting, however it has a very low >>> resident memory number, according to top. >> >> Have a look at /etc/login.conf and

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). The issue is the memory >> footprint for the applic

Re: resident memory limit

2008-05-20 Thread Bill Moran
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). The issue is the memory > footprint for the application (osubw_sctpclien below) is quite large; > on Linux it can be as much a

resident memory limit

2008-05-20 Thread Brad Penoff
crease the permitted resident memory of the system for my application to beyond 200 MB? Any ideas where this 200 MB resident memory limit is coming from? Why (in the last data entry below) does the resident memory limit become 80 MB after I increase maxdsiz AND use a swap file (the settings where m