We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ lsof -p pid owncloud 9109 anton 25r CHR 1,9 0t0 1032 /dev/urandom owncloud 9109 anton 26r CHR 1,9 0t0 1032 /dev/urandom owncloud 9109 anton 27r CHR 1,9 0t0 1032 /dev/urandom owncloud 9109 anton 28r CHR 1,9 0t0 1032 /dev/urandom owncloud 9109 anton 29w CHR 1,9 0t0 1032 /dev/urandom owncloud 9109 anton 30r CHR 1,9 0t0 1032 /dev/urandom owncloud 9109 anton 31r CHR 1,9 0t0 1032 /dev/urandom owncloud 9109 anton 32r CHR 1,9 0t0 1032 /dev/urandom owncloud 9109 anton 33r CHR 1,9 0t0 1032 /dev/urandom .... owncloud 9109 anton 72r CHR 1,9 0t0 1032 /dev/urandom owncloud 9109 anton 73r CHR 1,9 0t0 1032 /dev/urandom owncloud 9109 anton 74r CHR 1,9 0t0 1032 /dev/urandom $ lsof -p | wc -l 1064
If the number of open files exceeds the system limit, the synchronization will not work. For some reason any open files do not closed.
The text was updated successfully, but these errors were encountered:
Please reopen in the mirall repo. THX
Sorry, something went wrong.
No branches or pull requests
$ lsof -p pid
owncloud 9109 anton 25r CHR 1,9 0t0 1032 /dev/urandom
owncloud 9109 anton 26r CHR 1,9 0t0 1032 /dev/urandom
owncloud 9109 anton 27r CHR 1,9 0t0 1032 /dev/urandom
owncloud 9109 anton 28r CHR 1,9 0t0 1032 /dev/urandom
owncloud 9109 anton 29w CHR 1,9 0t0 1032 /dev/urandom
owncloud 9109 anton 30r CHR 1,9 0t0 1032 /dev/urandom
owncloud 9109 anton 31r CHR 1,9 0t0 1032 /dev/urandom
owncloud 9109 anton 32r CHR 1,9 0t0 1032 /dev/urandom
owncloud 9109 anton 33r CHR 1,9 0t0 1032 /dev/urandom
....
owncloud 9109 anton 72r CHR 1,9 0t0 1032 /dev/urandom
owncloud 9109 anton 73r CHR 1,9 0t0 1032 /dev/urandom
owncloud 9109 anton 74r CHR 1,9 0t0 1032 /dev/urandom
$ lsof -p | wc -l
1064
If the number of open files exceeds the system limit, the synchronization will not work. For some reason any open files do not closed.
The text was updated successfully, but these errors were encountered: