home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / hp / 13077 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.4 KB

  1. From: ajs@hpfcso.FC.HP.COM (Alan Silverstein)
  2. Date: Wed, 18 Nov 1992 20:44:57 GMT
  3. Subject: Re: Strange Swap...
  4. Message-ID: <7371471@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!sdd.hp.com!hpscit.sc.hp.com!scd.hp.com!hpscdm!hplextra!hpfcso!ajs
  7. Newsgroups: comp.sys.hp
  8. References: <eskilb.722100530@fenris.dhhalden.no>
  9. Lines: 20
  10.  
  11. I wrote swapinfo...
  12.  
  13. > What really puzzles me is that "hold" swap space increased to ~1500MB
  14. > immeadiatly after adding the disk.
  15.  
  16. Actually what you have is a large negative hold space, which is silly.
  17. Since it's computed as a difference between other values, it means the
  18. other values were out of whack.  In particular the second dev has a
  19. ridiculously high USED value, out of balance with the first volume.
  20. This is a clue.
  21.  
  22. I suspect what you're seeing is a known problem found just a month or so
  23. ago.  The kernel has an overall cap on usable swap space -- but I can't
  24. recall the name of the configurable value.  Swapinfo doesn't know about
  25. this cap, and it never showed up in testing.  When the cap is hit, extra
  26. swap space on the system isn't considered FREE by the swap manager in
  27. the kernel, so it falls into the USED column, which then perverts the
  28. values of hold space USED and FREE.  The tot line is probably correct,
  29. except you can't in fact use all the AVAIL space unless you reconfigure
  30. the kernel.
  31.