home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 19808 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.5 KB

  1. Path: sparky!uunet!gatech!concert!borg!hatteras!scher
  2. From: scher@hatteras.cs.unc.edu (Ellen Scher)
  3. Newsgroups: comp.os.vms
  4. Subject: How do I use more memory?
  5. Message-ID: <18542@borg.cs.unc.edu>
  6. Date: 23 Dec 92 22:20:23 GMT
  7. Sender: news@cs.unc.edu
  8. Organization: The University of North Carolina at Chapel Hill
  9. Lines: 28
  10.  
  11. I've recently acquired a VAXstation with 80 Mbytes of physical memory, 
  12. and I would like to use the memory almost exclusively to run really
  13. big (large arrays) scientific computational code. I'm more than willing 
  14. to sacrifice other management concerns.  
  15.  
  16. Unfortunately, my limited knowledge of VMS os management has prevented  me from
  17. taking full advatage of the memory; whenever I run large executables the CPU
  18. spends about half its time in kernel mode, and the system also page faults an
  19. extraordinary amount considering there appears to be plenty of free  memory as
  20. indicated by $show mem.  I'd like my code to use all the memory available 
  21. without resorting to faulting.
  22.  
  23. Currently I've set:
  24.      MIN_WSMAX=119531
  25.      MIN_WSINC=1000
  26. and boosted up my user authorizations to:
  27.    WSdef:          150     
  28.    WSquo:       163840    
  29.    WSextent:    163840
  30.    Pgflquo:     163840
  31.  
  32. Any advice would be greatly appreciated.
  33.  
  34. Marc Kessler                                        Assertion
  35. Dept. Environmental Sciences and Engineering           of 
  36. UNC-Chapel Hill                                   Individuality
  37. phone # (919)966-3932                             
  38. E-mail kessler@halley.sph.unc.edu
  39.