Comment 0 for bug 1338637

Revision history for this message
James Hunt (jamesodhunt) wrote : continuous re-exec can result in a build-up of inotify fds

$ sudo ls -al /proc/1/fd|grep anon|wc -l

$ i=0; while [ $i -lt 1024 ]; do sudo telinit u; i=$((i+1)); done

$ sudo ls -al /proc/1/fd|grep anon|wc -l
106