pmem / pmemfile

Userspace implementation of file APIs using persistent memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preload: fixed open file limit, doesn't take system limit into account

llugin opened this issue · comments

Causes failure of LTP test dup03 when open file limit is equal 1048576.

I think it affects also these tests:

  • dup06
  • dup201
  • fcntl12
  • fcntl12_64
  • getdtablesize01
  • pipe07