0

I have got Ubuntu 14.04, there is ulimit for ${myuser}

ulimit -Hn
65536

I count number of opened files:

sudo lsof -u ${myuser} |wc -l
677245

How does it possible?

Edit: Also there is parameters;

cat /proc/sys/fs/file-max
524288
Cœur
  • 37,241
  • 25
  • 195
  • 267
Oleg Ilyin
  • 161
  • 1
  • 16

0 Answers0