Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2000 16:36:46 -0400
From:      Florent Parent <Florent.Parent@viagenie.qc.ca>
To:        freebsd-hackers@FreeBSD.ORG
Subject:   limit on MAXDSIZ ?
Message-ID:  <4.3.2.7.2.20000614162743.02440f10@localhost>

next in thread | raw e-mail | index | archive | help
	
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.2.20000614162743.02440f10>