*git-daemon cannot process connections whose amount exceeded 40 (or a little more):*
When I executed the “git clone git://url -b branch” cmd by multi-thread(40 threads) at the same time,several cloned failures would often occur. However,the max-connections is setted to zero which is for no limit. *Git-daemon CMD:* /usr/bin/git daemon --verbose --syslog --reuseaddr --base-path=/home/user/repositories --max-connections=0 *Client Log:* remote: fatal: unable to create thread: Resource temporarily unavailable remote: aborting due to possible repository corruption on the remote side. fatal: early EOF fatal: index-pack failed *Server Log:* error: git upload-pack: git-pack-objects died with error. fatal: git upload-pack: aborting due to possible repository corruption on the remote side. *Git version : * git version 1.9.0 *System Config:* CPU:32 OS:rethat linux Memory:128G core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 1032156 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 270000 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 10240 cpu time (seconds, -t) unlimited max user processes (-u) unlimited virtual memory (kbytes, -v) unlimited file locks (-x) unlimited -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
