Re: Memory problem with latest malloc.c

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Joe Marcus Clarke <marcus@...>
Cc: Robert Watson <rwatson@...>, current <current@...>
Date: Thursday, January 3, 2008 - 2:12 am

Joe Marcus Clarke wrote:

Okay, that indicates that there is not a problem with malloc; you're 
running into the data segment resource limit.  It isn't possible to 
increase the data segment beyond 512 MB on i386, so your best bet is to 
use MALLOC_OPTIONS=DM for the memory-intensive program.  That will cause 
the program use all available space in the data segment, then start 
using mmap as necessary.

I'm sorta thinking that MALLOC_OPTIONS=DM should be the default.  Robert 
Watson is the person who talked me into this change, so feel free to 
give him a hard time about the extra configuration you have to do in 
order to get work done. =)

Thanks,
Jason
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Memory problem with latest malloc.c, Joe Marcus Clarke, (Wed Jan 2, 6:49 pm)
Re: Memory problem with latest malloc.c, Ivan Voras, (Thu Jan 3, 6:27 am)
Re: Memory problem with latest malloc.c, Jason Evans, (Wed Jan 2, 10:26 pm)
Re: Memory problem with latest malloc.c, Joe Marcus Clarke, (Thu Jan 3, 2:00 am)
Re: Memory problem with latest malloc.c, Jason Evans, (Thu Jan 3, 2:12 am)
Re: Memory problem with latest malloc.c, Joe Marcus Clarke, (Thu Jan 3, 2:15 am)