https://bugzilla.redhat.com/show_bug.cgi?id=1210472
--- Comment #1 from Bill C. Riemers <[email protected]> --- The following identifies the problem without the need to wait a long time: 1. run: ps -ef 2. note the process number for docker, say for example 31215 3. run: ls /proc/31215/fd | wc -l 4. Run a docker command such as: docker run -t -i --rm fedora date 5. run: ls /proc/31215/fd | wc -l Note: Each time you run a docker command the number of open file descriptors is increasing by 2. So eventually the limit on file descriptors will be reached. The docker package I'm using is: docker-io-1.4.1-3.el6.x86_64 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/golang
