Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. tail: inotify cannot be used, reverting to polling: Too many open files
  2.  
  3. lsof | awk '{ print $2; }' | sort -rn | uniq -c | sort -rn | head
  4.  
  5. 17 6115
  6.  
  7. 13 6413
  8.  
  9. 10 6417
  10.  
  11. 10 6415
  12.  
  13. 9 6418
  14.  
  15. 9 6416
  16.  
  17. 9 6414
  18.  
  19. 8 6419
  20.  
  21. 4 9
  22.  
  23. 4 8
  24.  
  25. fs.inotify.max_user_watches=1048576
  26.  
  27. /etc/sysctl.conf
  28.  
  29. sysctl -p
  30.  
  31. lsof | awk '{ print $2; }' | sort -rn | uniq -c | sort -rn | head
  32.  
  33. ps aux | grep tail
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement