home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / informix / 2824 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  1.2 KB

  1. Path: sparky!uunet!gossip.pyramid.com!pyramid!infmx!davek
  2. From: davek@informix.com (David Kosenko)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: Error 208 - Memory Allocation
  5. Message-ID: <1992Dec28.182847.12143@informix.com>
  6. Date: 28 Dec 92 18:28:47 GMT
  7. References: <1992Dec26.210807.5884@Thalatta.COM>
  8. Sender: news@informix.com (Usenet News)
  9. Distribution: na
  10. Organization: Informix Software, Inc.
  11. Lines: 26
  12.  
  13. John Bossert writes:
  14. >Environment:
  15. >
  16. >4GL - 4.10.UD1
  17. >OnLine - 5.00.UC3
  18. >
  19. >Sparcstation IPX, SunOS 4.1.3
  20. >
  21. >When I try to run an application (that ran fine under 2.10.03 :-( )
  22. >I get:
  23. >
  24. >#208 - Memory allocation failed during query processing.
  25. >
  26.  
  27. This error is caused by an error code being returned from Unix when a 
  28. malloc() is issued.  Check to make sure that your kernel does not limit
  29. the amount of memory allocatable by a process (that is, non-shared-memory
  30. memory). In your 4gl code, you could FREE any cursors or prepared statements
  31. that you no longer need.
  32.  
  33. Dave
  34. -- 
  35. Disclaimer: These opinions are not those of Informix Software, Inc.
  36. **************************************************************************
  37. "I look back with some satisfaction on what an idiot I was when I was 25,
  38.  but when I do that, I'm assuming I'm no longer an idiot." - Andy Rooney
  39.