home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12441 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1004 b   |  22 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!wupost!sdd.hp.com!mips!darwin.sura.net!haven.umd.edu!news.umbc.edu!gmuvax2!jedwards
  3. From: jedwards@gmuvax2.gmu.edu (James Edwards)
  4. Subject: Memory problems....
  5. Message-ID: <1992Aug17.184818.8551@gmuvax2.gmu.edu>
  6. Organization: George Mason University, Fairfax, Va.
  7. Date: Mon, 17 Aug 1992 18:48:18 GMT
  8. Lines: 12
  9.  
  10. I am really having a rough time trying to understand this.  I am writing
  11. C code on a Sparc 2 with 32mb of RAM, and about 100mb of swap space.  It
  12. seems to me that there must be some limiting factor as to why I can't
  13. create an array around 10mb in size.  I've tried this both globally and
  14. using the routines in the FAQ to create the array dynamically; both to
  15. no avail.  What is the problem here?  I haven't found anything in any of
  16. the sun manuals that talks about max global array sizes, or any compiler
  17. limitations, but something is definately screwing things up.  If anyone
  18. has any advice, hints, whatever; it would be greatly appreciated.
  19.  
  20. Jimi
  21.  
  22.