Hi git reports "Unknown: error Too many open files" when importing cvs repository using cvsimport. The repository is kind of middle size one, around 5000 files, thousands commits. Command line is: # git cvsimport -k -L 2 current ulimit: # ulimit -a -t: cpu time (seconds) unlimited -f: file size (blocks) unlimited -d: data seg size (kbytes) unlimited -s: stack size (kbytes) 10240 -c: core file size (blocks) 0 -m: resident set size (kbytes) unlimited -u: processes 32767 -n: file descriptors 10000 -l: locked-in-memory size (kbytes) 32 -v: address space (kbytes) unlimited -x: file locks unlimited -i: pending signals 32767 -q: bytes in POSIX msg queues 819200 -e: max nice 0 -r: max rt priority 0 System: RHEL i386 # git --version git version 1.9.0 I build git from source. Best Regards, Xiangxin Zheng Best Regards, Xiangxin Zheng 2014-02-21 13:48 GMT+08:00 郑向昕 <pandazxx@xxxxxxxxx>: > Hi > > git reports "Unknown: error Too many open files" when importing cvs > repository using cvsimport. The repository is kind of middle size one, > around 5000 files, thousands commits. > > Command line is: > # git cvsimport -k -L 2 > > current ulimit: > > # ulimit -a > -t: cpu time (seconds) unlimited > -f: file size (blocks) unlimited > -d: data seg size (kbytes) unlimited > -s: stack size (kbytes) 10240 > -c: core file size (blocks) 0 > -m: resident set size (kbytes) unlimited > -u: processes 32767 > -n: file descriptors 10000 > -l: locked-in-memory size (kbytes) 32 > -v: address space (kbytes) unlimited > -x: file locks unlimited > -i: pending signals 32767 > -q: bytes in POSIX msg queues 819200 > -e: max nice 0 > -r: max rt priority 0 > > System: RHEL i386 > > # git --version > git version 1.9.0 > > I build git from source. > > Best Regards, > Xiangxin Zheng -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html