NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/43697: "No such file or directory" on build.sh -j 128



The following reply was made to PR bin/43697; it has been noted by GNATS.

From: yamt%mwd.biglobe.ne.jp@localhost (YAMAMOTO Takashi)
To: david%l8s.co.uk@localhost
Cc: gnats-bugs%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, 
netbsd-bugs%netbsd.org@localhost
Subject: Re: bin/43697: "No such file or directory" on build.sh -j 128
Date: Tue, 10 Aug 2010 03:10:27 +0000 (UTC)

 hi,
 
 > On Mon, Aug 02, 2010 at 10:55:01PM +0000, yamt%NetBSD.org@localhost wrote:
 >> >Number:         43697
 >> >Synopsis:       "No such file or directory" on build.sh -j 128
 > 
 > At a guess this is a side effect of hitting some limit on
 > the number of processes the user is allowed.
 > 
 > You need a LOT more than 128!
 
 i already have a lot more than 128. :-)
 
 YAMAMOTO Takashi
 
 nfskuro% ulimit -a
 -t: cpu time (seconds)         unlimited
 -f: file size (blocks)         unlimited
 -d: data seg size (kbytes)     3145728
 -s: stack size (kbytes)        2048
 -c: core file size (blocks)    unlimited
 -m: resident set size (kbytes) 3141632
 -l: locked-in-memory size (kb) 1047210
 -u: processes                  29999
 -n: file descriptors           99999
 -N  9: socket buffer size (kb) unlimited
 -v: virtual memory size (kb)   unlimited
 nfskuro% sysctl kern.maxfiles
 kern.maxfiles = 99999
 nfskuro% 
 
 > 
 >      David
 > 
 > -- 
 > David Laight: david%l8s.co.uk@localhost
 


Home | Main Index | Thread Index | Old Index