Re: [Bug report] too many open files while cvsimport
From: 郑向昕 <hidden>
Date: 2016-06-15 22:59:59
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 郑向昕 [off-list ref]:
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