out f memory error

2003-06-05 Thread Dana Sharvit - M
I have a program that runs a loop,in every loop I execute a query. the query itself is very efficient, the result of the query is 4 rows at most but... after a while I get the following error: Out of memory! Bus error (core dumped) how can I increase the memory that is used for the query? Thanks

Re: out f memory error

2003-06-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-04 16:37:08 +0300: I have a program that runs a loop,in every loop I execute a query. the query itself is very efficient, the result of the query is 4 rows at most but... after a while I get the following error: Out of memory! Bus error (core dumped) how can