Date: Sat, 25 Dec 2004 18:13:07 -0600 (CST) From: Zera William Holladay <zholla1@uic.edu> To: freebsd-hackers@freebsd.org Subject: Re: max data segment size problem (process can not allocate more then 1gb memory) Message-ID: <Pine.GSO.4.58.0412251810510.28775@icarus.cc.uic.edu> In-Reply-To: <Pine.GSO.4.58.0412251802560.28775@icarus.cc.uic.edu> References: <20041225111722.83770.qmail@ns1.interbgc.com> <Pine.GSO.4.58.0412251802560.28775@icarus.cc.uic.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > Sorry, I mean 2^30 + 2^29.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.58.0412251810510.28775>