Changes between Initial Version and Version 2 of Ticket #64403
- Timestamp:
- Jan 10, 2022, 3:57:29 AM (3 years ago)
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
-
Property
Summary
changed from
-
Ticket #64403 – Description
initial v2 44 44 source4/heimdal/lib/roken/getdtablesize.c:73: if (getrlimit(RLIMIT_NOFILE, &res) == 0) 45 45 }}} 46 So, it looks as if it's {{{source3/lib/util.c:1 284}}} that's the issue46 So, it looks as if it's {{{source3/lib/util.c:1326}}} that's the issue 47 47 48 48 Any ideas as to how I can fix this ?!?