Open jwilk opened 4 years ago
At least on Debian systems, soft limit for the number of open files is quite tight, but the hard limit is not:
$ ulimit -S -n
1024
$ ulimit -H -n
1048576
So as a work-around you could just raise the soft limit:
$ ulimit -S -n 1048576
Apparently the
--pages-per-dict
option causes file descriptor leak: