home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / hp / 15420 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.6 KB

  1. From: bobm@hpfcso.FC.HP.COM (Bob Montgomery)
  2. Date: Thu, 28 Jan 1993 00:47:19 GMT
  3. Subject: Re: HP 730 data, stack, text process limits(?)
  4. Message-ID: <7371540@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!sgiblab!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!bobm
  7. Newsgroups: comp.sys.hp
  8. References: <C1J8qy.IFE@rice.edu>
  9. Lines: 28
  10.  
  11. In comp.sys.hp, johnson@horta.rice.edu (Bruce Johnson) writes:
  12.  
  13. > We have a 730 with 128 MB memory and about 3 times that in swap
  14. > space.  One of the users wants to perform as large a calculation
  15. > (large arrays) as possible, which will force us to customize the
  16. > kernel process parameters, or at least some subset of them.  It
  17. > is not clear to me what the subtleties might be in setting maxdsiz,
  18. > maxssiz, and maxtsiz. 
  19.  
  20. 'maxdsiz' can be easily set up to a little over 600 Mbytes.  On 9.0, you
  21. can have larger sizes, but that exceeds your current swap space anyway.
  22.  
  23. Stacks can't grow above ~80 Mbytes, so 'maxssiz' should be kept below
  24. that, and programs that allocate their big arrays on the stack (local
  25. variables in FORTRAN) will need to have them moved to the data area with
  26. SAVE, or by putting them in COMMON.
  27.  
  28. 'maxtsiz' is for the text area, and I doubt if you've written a program
  29. with more code than the default size.
  30.  
  31. > Can anybody help on this?  What problems
  32. > will we be likely to run into setting these parameters up to, say,
  33. > 340 MB, assuming that only the one mammoth job will be running?
  34.  
  35. Just set maxdsiz to 400 Mbytes in SAM.
  36.  
  37. Unofficially yours,
  38. Bob Montgomery, HP
  39.