home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / software / 2562 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!decwrl!concert!rutgers!rochester!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!cs4w+
  2. From: cs4w+@andrew.cmu.edu (Charles William Swiger)
  3. Newsgroups: comp.sys.next.software
  4. Subject: Re: nbuf=64/128 theory
  5. Message-ID: <gezPnky00WBO04CO1Y@andrew.cmu.edu>
  6. Date: 9 Nov 92 01:20:48 GMT
  7. Organization: Senior, Chemistry, Carnegie Mellon, Pittsburgh, PA
  8. Lines: 32
  9. In-Reply-To: <1992Nov8.130418.19237@wam.umd.edu>
  10.  
  11. Excerpts from netnews.comp.sys.next.software: 8-Nov-92 nbuf=64/128
  12. theory by L. Anathea Brooks@wam.um 
  13. > I've changed my boot params using nbuf=128 or rather 
  14. > nbu=128 because of 12 character limit.
  15. >  
  16. > Now, I know this will speed up long compilations, perhaps
  17. > various sorts of number crunching. BUT is there any advantage 
  18. > or speed gain in workaday world? I notice none, and wonder if 
  19. > the memory used by the buffer might be better used as just 
  20. > plain old memory. 
  21.  
  22. This seems to reduce the amount of drive access done under 3.0 quite
  23. noticably.  It will help during any complex file access activity, such
  24. as compiling, using a database, navigating the filesystem with a
  25. browser, etc.
  26. This will also greatly speed up the floppy drive, once the disk pages
  27. have been loaded into memory.  What you are doing is increasing the
  28. amount of paging activity slightly in order to considerably improve the
  29. disk caching performance of the filesystem.
  30.  
  31. You may not need to have nbuf set that high is you don't do a lot of
  32. compiles.  As a general rule, try setting nbuf equal to 5% of your real
  33. memory.  For you that would be around 96.
  34.  
  35. -Chuck
  36.  
  37.  
  38. +---------------------------------------------+ 
  39. |  Charles William Swiger -- CMU sucks rocks  | "The television screen is the
  40. |   AMS & normal mail: cs4w+@andrew.cmu.edu   | retina of the mind's eye."
  41. |    NeXTmail: <temporarily out of order>     |           
  42. +---------------------------------------------+            --Videodrome
  43.