home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12732 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.4 KB  |  31 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!linus!philabs!acheron!scifi!watson!yktnews!admin!rubens!magerman
  3. From: magerman@watson.ibm.com (David Magerman;046923)
  4. Subject: Re: User resource limits
  5. Sender: news@watson.ibm.com (NNTP News Poster)
  6. Message-ID: <1992Dec19.225436.28486@watson.ibm.com>
  7. Date: Sat, 19 Dec 1992 22:54:36 GMT
  8. Disclaimer: This posting represents the poster's views, not necessarily those of IBM
  9. References: <BzGo2A.88K@constellation.ecn.uoknor.edu> <1gu6t7INNo3j@menudo.uh.edu>
  10. Nntp-Posting-Host: rubens.watson.ibm.com
  11. Organization: IBM T.J. Watson Research Center
  12. Lines: 17
  13.  
  14. >In article <BzGo2A.88K@constellation.ecn.uoknor.edu> dwight@geohub.gcn.uoknor.edu writes:
  15. >>What are the limits (setable limits, not those defined in 
  16. >>/etc/security/limits) of the user account resources:
  17. >>    stack
  18. >>    data
  19. >>I can only set the stack up to 65536 and data to 524288.
  20. >>The data limits the user to 260+ MB, but our modelers
  21. >>need more (300MB or more) to do large model runs.
  22. >>I haven't found a way to get above these limits.
  23.  
  24. We have similar memory requirements.  We work around the data memory
  25. limits by using shared memory.  Assuming you are writing C programs,
  26. you can use the shmget() system call to get more than 256MB of dynamic
  27. memory.
  28.  
  29. -- David Magerman
  30. magerman@watson.ibm.com
  31.