Changes between Initial Version and Version 2 of Ticket #64403


Ignore:
Timestamp:
Jan 10, 2022, 3:57:29 AM (3 years ago)
Author:
BjarneDMat
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64403

    • Property Summary changed from [samba4] to [samba4] set_maxfiles: setrlimit for RLIMIT_NOFILE for 16424 files failed with error Invalid argument
  • Ticket #64403 – Description

    initial v2  
    4444source4/heimdal/lib/roken/getdtablesize.c:73:  if (getrlimit(RLIMIT_NOFILE, &res) == 0)
    4545}}}
    46 So, it looks as if it's {{{source3/lib/util.c:1284}}} that's the issue
     46So, it looks as if it's {{{source3/lib/util.c:1326}}} that's the issue
    4747
    4848Any ideas as to how I can fix this ?!?