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"
| Theodore Tso | Re: -mm merge plans for 2.6.23 -- sys_fallocate |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Christoph Hellwig | Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux interface for on access scan... |
| Andi Kleen | [PATCH] [0/45] x86 2.6.24 patches review I |
git: | |
| Wenji Wu | RE: A Linux TCP SACK Question |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | Re: [GIT]: Networking |
