| Summary: | [vm] [patch] make vm_page_max_wired tunnable at run time | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Eugene Grosbein <ports> |
| Component: | kern | Assignee: | Alan Cox <alc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 6.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Eugene Grosbein
2007-07-17 12:50:02 UTC
Responsible Changed From-To: freebsd-bugs->alc This seems reasonable to me. alc - please let me know what you think, and close if you think it is simply a bad idea. State Changed From-To: open->patched Patch applied to HEAD. alc 2007-11-23 00:30:19 UTC
FreeBSD src repository
Modified files:
sys/vm vm_pageout.c
Log:
Add a read/write sysctl for reconfiguring the maximum number of physical
pages that can be wired.
Submitted by: Eugene Grosbein
PR: 114654
MFC after: 6 weeks
Revision Changes Path
1.293 +2 -0 src/sys/vm/vm_pageout.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
alc 2008-05-25 07:00:07 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/vm vm_pageout.c
Log:
MFC revision 1.293
Add a read/write sysctl for reconfiguring the maximum number of physical
pages that can be wired.
PR: 114654
Revision Changes Path
1.292.2.1 +2 -0 src/sys/vm/vm_pageout.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
alc 2008-05-25 07:38:09 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/vm vm_pageout.c
Log:
MFC revision 1.293
Add a read/write sysctl for reconfiguring the maximum number of physical
pages that can be wired.
PR: 114654
Revision Changes Path
1.268.2.5 +2 -0 src/sys/vm/vm_pageout.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Patch applied to RELENG_7 and RELENG_6. |