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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to