Changeset 594 for vendor/current/source3/param/loadparm.c
- Timestamp:
- Jul 1, 2011, 4:02:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/param/loadparm.c
r478 r594 4775 4775 4776 4776 if (sysctl_max < MIN_OPEN_FILES_WINDOWS) { 4777 DEBUG(2,("max_open_files: sysctl_max (%d) below"4777 DEBUG(2,("max_open_files: increasing sysctl_max (%d) to " 4778 4778 "minimum Windows limit (%d)\n", 4779 4779 sysctl_max, … … 4783 4783 4784 4784 if (rlimit_max < MIN_OPEN_FILES_WINDOWS) { 4785 DEBUG(2,("rlimit_max: rlimit_max (%d) below"4785 DEBUG(2,("rlimit_max: increasing rlimit_max (%d) to " 4786 4786 "minimum Windows limit (%d)\n", 4787 4787 rlimit_max,
Note:
See TracChangeset
for help on using the changeset viewer.