From owner-freebsd-hackers Wed Jun 14 13:39: 7 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from jazz.viagenie.qc.ca (jazz.viagenie.qc.ca [206.123.31.2]) by hub.freebsd.org (Postfix) with ESMTP id BB14137C28F for ; Wed, 14 Jun 2000 13:39:03 -0700 (PDT) (envelope-from Florent.Parent@viagenie.qc.ca) Received: from blues.viagenie.qc.ca (blues.viagenie.qc.ca [206.123.31.135]) by jazz.viagenie.qc.ca (Viagenie/8.9.3) with ESMTP id QAA24541 for ; Wed, 14 Jun 2000 16:38:46 -0400 (EDT) Message-Id: <4.3.2.7.2.20000614162743.02440f10@localhost> X-Sender: parent@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Wed, 14 Jun 2000 16:36:46 -0400 To: freebsd-hackers@FreeBSD.ORG From: Florent Parent Subject: limit on MAXDSIZ ? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone tell me what is the upper limit on the per process datasize specified in MAXDSIZ ? A quick look in the kernel code reveals that ressource limit struct uses rlim_t which is quad_t which is int64_t. Setting MAXDSIZ to "2048UL*1024*1024" works fine. Over 2Gb, the machine gives all sort of errors and doesn't complete the booting process. Florent. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message