On Saturday 09 June 2007 08:53:18 pm Jin Guojun [VFFS] wrote:
> I believe that this is a memory sub-system bug somewhere because 
> anything equal to or below 1G
> 
>     options MAXDSIZ="(1024*1024*1024)"
> 
> will work regardless how many memory is installed in the system.
> I doubt this could be a hardware related issue although is memory size 
> related.
> 
> > Finally find cause but no idea why -- in kernel configuration, 
> > following line causes the problem:
> >
> >    options MAXDSIZ="(2097152U*1024)"
> >
> > Can anyone explain why this can cause /libexec/ld-elf.so.1 not seen 
> > for some program?

This is setting aside 2GB for malloc which leaves only 1GB for all of mmap and 
stack.  You probably don't have enough address space to map your binary.

-- 
John Baldwin
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to