home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gossip.pyramid.com!pyramid!infmx!davek
- From: davek@informix.com (David Kosenko)
- Newsgroups: comp.databases.informix
- Subject: Re: Error 208 - Memory Allocation
- Message-ID: <1992Dec28.182847.12143@informix.com>
- Date: 28 Dec 92 18:28:47 GMT
- References: <1992Dec26.210807.5884@Thalatta.COM>
- Sender: news@informix.com (Usenet News)
- Distribution: na
- Organization: Informix Software, Inc.
- Lines: 26
-
- John Bossert writes:
- >Environment:
- >
- >4GL - 4.10.UD1
- >OnLine - 5.00.UC3
- >
- >Sparcstation IPX, SunOS 4.1.3
- >
- >When I try to run an application (that ran fine under 2.10.03 :-( )
- >I get:
- >
- >#208 - Memory allocation failed during query processing.
- >
-
- This error is caused by an error code being returned from Unix when a
- malloc() is issued. Check to make sure that your kernel does not limit
- the amount of memory allocatable by a process (that is, non-shared-memory
- memory). In your 4gl code, you could FREE any cursors or prepared statements
- that you no longer need.
-
- Dave
- --
- Disclaimer: These opinions are not those of Informix Software, Inc.
- **************************************************************************
- "I look back with some satisfaction on what an idiot I was when I was 25,
- but when I do that, I'm assuming I'm no longer an idiot." - Andy Rooney
-