Changeset 596 for trunk/server/source3/param/loadparm.c
- Timestamp:
- Jul 2, 2011, 3:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/param/loadparm.c
r480 r596 4784 4784 4785 4785 if (sysctl_max < MIN_OPEN_FILES_WINDOWS) { 4786 DEBUG(2,("max_open_files: sysctl_max (%d) below"4786 DEBUG(2,("max_open_files: increasing sysctl_max (%d) to " 4787 4787 "minimum Windows limit (%d)\n", 4788 4788 sysctl_max, … … 4792 4792 4793 4793 if (rlimit_max < MIN_OPEN_FILES_WINDOWS) { 4794 DEBUG(2,("rlimit_max: rlimit_max (%d) below"4794 DEBUG(2,("rlimit_max: increasing rlimit_max (%d) to " 4795 4795 "minimum Windows limit (%d)\n", 4796 4796 rlimit_max,
Note:
See TracChangeset
for help on using the changeset viewer.