home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sgi / misc / 123 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.sys.sgi.misc
  2. Path: sparky!uunet!cs.utexas.edu!swrinde!sdd.hp.com!ncr-sd!crash!photon.photon.com!jhp
  3. From: jhp@photon.com (Jim Patterson)
  4. Subject: Re: Where does the CPU go, when its not doing nuthin' (gr_osview)
  5. Message-ID: <1992Dec31.000257.19671@photon.com>
  6. Sender: usenet@photon.com (Usenet dummy users)
  7. Reply-To: jhp@photon.com
  8. Organization: Photon Research Associates, Inc.
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. References: <1hsmkiINNf05@rave.larc.nasa.gov>
  11. Date: Thu, 31 Dec 1992 00:02:57 GMT
  12. Lines: 19
  13.  
  14. : I have been running a structural analysis finite element code on a 4d35 with 
  15. : similar problems.  I was the only user on the machine but could get no more 
  16. : than about 60% of the CPU.  I too attributed this to disk accesses but when 
  17. : we upgraded our memory from 16mb to 48mb, I found that I could get about 95% 
  18. : of the CPU!
  19. : I wonder if Dave Olson could explain that?
  20.  
  21. Your process was too big for physical memory, so it was doing a lot of
  22. swapping to disk.  Once you got enough memory you didn't need to swap
  23. and the disk access went away (and the process worked a lot faster)
  24.  
  25. Jim
  26.  
  27.  
  28. -- 
  29. James Patterson                 photon!jhp@ucsd.edu      jhp@photon.com
  30. Photon Research Associates   619-455-9741 (voice)     619-546-3903 (fax)
  31. "... three great virtues of a programmer: laziness,impatience and hubris "
  32.      Larry Wall in _Programming Perl_
  33.