Shawn O. Pearce 97d2b2f7a0 sync: Limit -j to file descriptors
Each worker thread requires at least 3 file descriptors to run the
forked 'git fetch' child to operate against the local repository.
Mac OS X has the RLIMIT_NOFILE set to 256 by default, which means
a sync -j128 often fails when the workers run out of pipes within
the Python parent process.

Change-Id: I2cdb14621b899424b079daf7969bc8c16b85b903
Signed-off-by: Shawn O. Pearce <sop@google.com>
2011-09-22 18:08:26 -07:00
..
2008-10-21 07:00:00 -07:00
2011-04-07 17:19:06 -04:00
2008-10-21 07:00:00 -07:00
2010-06-17 19:09:37 -07:00
2011-06-09 16:48:23 -07:00
2011-03-16 12:55:44 -07:00
2008-10-21 07:00:00 -07:00
2010-07-15 17:43:02 -07:00
2010-05-17 09:58:55 -07:00
2011-09-22 18:08:26 -07:00
2011-05-26 10:49:39 -07:00