home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / dec / 6505 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.7 KB  |  45 lines

  1. Newsgroups: comp.sys.dec
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!engage.pko.dec.com!nntpd.lkg.dec.com!nntpd2.cxo.dec.com!nabeth!alan
  3. From: alan@nabeth.enet.dec.com (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  4. Subject: Re: Limitations on memory allocation for a single user
  5. Message-ID: <1992Dec16.195244.17601@nntpd2.cxo.dec.com>
  6. Keywords: memory
  7. Lines: 31
  8. Sender: alan@nabeth (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  9. Reply-To: alan@nabeth.enet.dec.com (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  10. Organization: Digital Equipment Corporation
  11. References:  <1gn0hoINNhut@urmel.informatik.rwth-aachen.de>
  12. Date: Wed, 16 Dec 1992 19:52:44 GMT
  13.  
  14.  
  15. In article <1gn0hoINNhut@urmel.informatik.rwth-aachen.de>, marten@ilt.fhg.de (Lutz Marten) writes:
  16. >
  17. >Hello,
  18. >we are using a package called FIDAP from Fluid Dynamics on a DECstation
  19. >5000/240, Ultirx 4.3, 72 MB ram. The kernel has been rebuild after the
  20. >instalation with "physmem 72". The problem that occurs:
  21. >
  22. > [ Message deleted... ]
  23. >
  24. >Is there any limitation on the memory that a single user may allocate ?
  25. >
  26. Yes.  The two most common limits on memory are:
  27.  
  28. 1.  Having sufficient page/swap space for the amount of virtual
  29.     memory desired.
  30. 2.  Per-process limits for stack and data space.  These limits are
  31.     determined from the values of maxdsiz (data), maxssiz (stack)
  32.     and maxtsiz (text) in the kernel configuration file.  You can
  33.     check the "Guide to System Configuration File Maintenance" for
  34.     the defaults.  The C-shell enforces it's own limits and these
  35.     can be examined with the shell built-in "limit".  All it really
  36.     limits is the stack size, because the data size limit defaults
  37.     to the system limit.
  38.  
  39. >--
  40. ># Lutz Marten,
  41. >
  42. --
  43. Alan Rollow                alan@nabeth.cxo.dec.com
  44.  
  45.