FreeBSD Bugzilla – Attachment 7251 Details for
Bug 15860
patch to make default kern.maxfilesperproc < kern.maxfiles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 548 bytes, created by
kbyanc
on 2000-01-03 17:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kbyanc
Created:
2000-01-03 17:00:01 UTC
Size:
548 bytes
patch
obsolete
>--- sys/conf/param.c.orig Mon Jan 3 11:34:59 2000 >+++ sys/conf/param.c Mon Jan 3 11:38:44 2000 >@@ -80,7 +80,7 @@ > int maxproc = NPROC; /* maximum # of processes */ > int maxprocperuid = NPROC-1; /* maximum # of processes per user */ > int maxfiles = MAXFILES; /* system wide open files limit */ >-int maxfilesperproc = MAXFILES; /* per-process open files limit */ >+int maxfilesperproc = MAXFILES - 20; /* per-process open files limit */ > int ncallout = 16 + NPROC + MAXFILES; /* maximum # of timer events */ > > /* maximum # of mbuf clusters */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15860
: 7251