home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / misc / 3358 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.2 KB

  1. Path: sparky!uunet!usc!cs.utexas.edu!wotan.compaq.com!moxie!texsun!cronkite.Central.Sun.COM!news2me.ebay.sun.com!exodus.Eng.Sun.COM!appserv.Eng.Sun.COM!ouroborous.Eng.Sun.COM!limes
  2. From: limes@ouroborous.Eng.Sun.COM (Greg Limes)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: Kernel symbol name for MAXUSER
  5. Keywords: maxuser
  6. Message-ID: <l797q6INNqdn@appserv.Eng.Sun.COM>
  7. Date: 28 Jul 92 01:13:42 GMT
  8. References: <1992Jul27.091202.24391@rdg.dec.com>
  9. Organization: Sun Microsystems, Inc.
  10. Lines: 20
  11. NNTP-Posting-Host: ouroborous
  12.  
  13. In article <1992Jul27.091202.24391@rdg.dec.com> navarro@azur.enet.dec.com (Jean Navarro) writes:
  14. >Anyone knows what is the kernel symbol which will give me the corresponding
  15. >value of maxuser defined in the config file ?
  16.  
  17. The value of "maxusers" that you used to configue your kernel is not
  18. saved, but is used by param.c [where you built your kernel] to
  19. initialize some common tuning parameters.
  20.  
  21. The easiest way to back-calculate maxusers, assuming you did not edit
  22. param.c or patch the kernel, would be to check "nproc": subtract ten,
  23. divide by sixteen. Thus, common values are:
  24.  
  25.        nproc    MAXUSERS
  26.           74           4
  27.          138           8
  28.          266          16
  29.          522          32
  30.         1034          64
  31.         2058         128
  32.         3610         225
  33.