cvs commit: src/sys/kern kern_mbuf.c

Randall Stewart rrs at FreeBSD.org
Sat Dec 15 15:16:05 PST 2007


rrs         2007-12-15 23:16:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             kern_mbuf.c 
  Log:
  - Add real sysctl's that change the limits on the number of
    4k/9k and 16k clusters, the old sysctl's were just empty
    things that just set delusional numbers that had no effect :-(
  - Add an initial limit each to be 1/2 of the previous value starting
   at 2k.. i.e. limit for 4k = 1/2 of 2k, limit for 9k = 1/2 4k etc.
  
  Reviewed by:    rwatson at freebsd.org
  Approved by:    re at freebsd.org (gnn)
  
  Revision  Changes    Path
  1.32.2.1  +66 -5     src/sys/kern/kern_mbuf.c


More information about the cvs-src mailing list