max data segment size problem (process can not allocate more then 1gb memory)

Zera William Holladay zholla1 at uic.edu
Sat Dec 25 16:13:08 PST 2004



On Sat, 25 Dec 2004, Zera William Holladay wrote:

>
>
> On Sat, 25 Dec 2004, freebsd wrote:
>
> > hello all,
> > i have problem, when process tryes to allocate more then 1gb memory it
> > coredumps
> > i have tryed options MAXDSIZ to 1.5gb but kernel panics
> > when i put it in loader.conf with kern.maxdsiz kernel panics again
> > this is my server memory configuration:
> > vm.kvm_size: 1069543424
> > vm.kmem_size: 209715200
> > hw.machine: i386
> > hw.model: Intel(R) Xeon(TM) CPU 2.40GHz
> > hw.ncpu: 2
> > hw.byteorder: 1234
> > hw.physmem: 2142654464
> > hw.usermem: 1622208512
> > hw.pagesize: 4096
> >
> > can you tell me how can process allocate more then 1gb memory
> > thanks in advance
> > _______________________________________________
> > freebsd-hackers at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
> >
>
> If your writing code:
>
> Can I see that part of the code?  Also, can MAXDSIZ be a non-integer type
> or do you mean 2^20 + 2^19?
>
> -Zera Holladay
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>

Sorry, I mean 2^30 + 2^29.


More information about the freebsd-hackers mailing list