On Mon, Sep 08, 2014 at 11:17:51AM -0400, John Baldwin wrote:

> On Sunday, September 07, 2014 04:56:49 PM Slawa Olhovchenkov wrote:
> > PS: very bad that 'data limit' don't anymore reflect application
> > memory consumer. and very small application can adapt to 'no memory'
> > from system.
> 
> You can use RLIMIT_AS instead of RLIMIT_DATA.  jemalloc can also be 
> configured 
> to use sbrk(), though I think there's no way to prevent it from falling back 
> to mmap(MAP_ANON) if sbrk() fails.

Formally you are right. Realy this is scorn. And I don't know how
rightly. May be account in RLIMIT_DATA MAP_ANON? Anyway firefox don't
run GC if malloc fail and this is bad.

_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to