From owner-freebsd-hackers@FreeBSD.ORG Sun Dec 26 00:13:08 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AA1516A4CF for ; Sun, 26 Dec 2004 00:13:08 +0000 (GMT) Received: from smtpout-2.priv.cc.uic.edu (smtpout-2.cc.uic.edu [128.248.155.233]) by mx1.FreeBSD.org (Postfix) with SMTP id 2BB8343D45 for ; Sun, 26 Dec 2004 00:13:08 +0000 (GMT) (envelope-from zholla1@uic.edu) Received: (qmail 8213 invoked from network); 25 Dec 2004 18:13:07 -0600 Received: from icarus.cc.uic.edu (128.248.155.80) by smtpout-2.cc.uic.edu with SMTP; 25 Dec 2004 18:13:07 -0600 Date: Sat, 25 Dec 2004 18:13:07 -0600 (CST) From: Zera William Holladay X-X-Sender: zholla1@icarus.cc.uic.edu To: freebsd-hackers@freebsd.org In-Reply-To: Message-ID: References: <20041225111722.83770.qmail@ns1.interbgc.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: max data segment size problem (process can not allocate more then 1gb memory) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 00:13:08 -0000 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.