home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / ultrix / 8850 < prev    next >
Encoding:
Text File  |  1992-12-13  |  2.3 KB  |  57 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!world!cmr
  3. From: cmr@world.std.com (Charles M Richmond)
  4. Subject: Re: Kernel Memory question
  5. Message-ID: <Bz78rK.JB6@world.std.com>
  6. Organization: Integrated International Systems Corp. One Longfellow Place, Suite 3309, Boston, Ma.
  7. References: <1992Dec12.202317.15659@nntpserver.chevron.com> <1992Dec13.044317.26568@decuac.dec.com> <1gem5bINN9e2@wintermute.phys.psu.edu>
  8. Date: Sun, 13 Dec 1992 13:14:08 GMT
  9. Lines: 46
  10.  
  11. kenh@leps5.phys.psu.edu (Ken Hornstein) writes:
  12.  
  13. >In article <1992Dec13.044317.26568@decuac.dec.com> murphy@ufp.dco.dec.com writes:
  14. >>"physmem" is used to size several kernel tables; you generally want to have
  15. >>it be greater than the memory on the system, but it's not that important.
  16. >>I know of no "wasted memory inherent in ULTRIX". Sounds like nonsense to me..
  17.  
  18. >(leps5)1 ~> pstat -s
  19. >65528k swap configured
  20. >16660k reserved virtual address space
  21. >        9736k used (4320k text, 0k smem)
  22. >        55792k free, 2304k wasted, 0k missing
  23. >avail: 1737*32k 208*1k     ^^^^^^
  24.  
  25. >(I've seen this up in the 10-15M range).
  26.  
  27. >Quite annoying.  Does this go down over time?  Or does one have to reboot to
  28. >get rid of it?  Or perhaps a kernel parameter would help reduce the waste?
  29.  
  30.  
  31.  
  32. Apples and oranges here.  The "pstat -s" command is reporting _swap space_
  33. and _virtual memory_ utilization not _memory_ utilization. Note the excerpt
  34. from the man page:
  35.  
  36.     -s   Displays the following information about the pages used for swap
  37.           space:
  38.  
  39.              +    The number of pages reserved, but not necessarily allo-
  40.                   cated, by the system for currently executing processes.
  41.  
  42.              +    The number of pages used (physically allocated), including
  43.                   the number used for text images.
  44.  
  45.              +    The number of pages free, wasted, or missing. Free pages
  46.                   are pages that have not been allocated. Missing pages are
  47.                   usually allocated to argdev.  Wasted pages indicate the
  48.                   amount of space lost because the swap space is fragmented.
  49.  
  50.  
  51. Charlie
  52. -- 
  53. *****************************************************************************
  54. *  Charles Richmond     Integrated International Systems Corporation        *
  55. *  cmr@world.std.com    (Temporary) cmr@koneko.shr.dec.com            *
  56. *  Specializing in UNIX, X, Image Processing, and Communications.           *
  57.