home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12733 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.4 KB  |  28 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!minnie!gerth
  3. From: gerth@watson.ibm.com (John Gerth)
  4. Subject: Re: User resource limits
  5. Summary:  With AIX 3.2 you can set data higher
  6. Sender: news@watson.ibm.com (NNTP News Poster)
  7. Message-ID: <1992Dec19.231327.15162@watson.ibm.com>
  8. Date: Sat, 19 Dec 1992 23:13:27 GMT
  9. Disclaimer: This posting represents the poster's views, not necessarily those of IBM
  10. References: <BzGo2A.88K@constellation.ecn.uoknor.edu> <1gu6t7INNo3j@menudo.uh.edu> <1992Dec19.225436.28486@watson.ibm.com>
  11. Nntp-Posting-Host: minnie.watson.ibm.com
  12. Organization: IBM T.J. Watson Research Center
  13. Lines: 13
  14.  
  15. In AIX 3.1 there was a limit of 256M on the size of 'data'.  This limit
  16. comes from the 256M segment size of the architecture, but was really an
  17. artifact of the way AIX decided to do things.  In AIX 3.2, things have
  18. been redone so that an application can get something like 8 times 256M
  19. for 'data' (I believe 'stack' would still be limited to 256M, but that's
  20. unlikely to be a problem).  Getting larger limits for 'data'  and 'stack'
  21. is done with new suboptions on the "-b" switch of 'ld'.  I believe that
  22. their names are "maxdata" and "maxstack", but you should check the man
  23. pages.  If these switches are not used, then the system limits are enforced.
  24.  
  25.  
  26. -- 
  27. John Gerth     gerth@watson.ibm.com        (914) 784-7639
  28.