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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to