On 17/10/2014 21:27, Marcos Douglas wrote: > I have a big loop. This loop calls a INSERT script (using SQLdb) to > insert records at a table. > Everything works. I do not have mem-leak (heaptrc dialog is 0 unfreed) > in my code. But the Windows "Commit charge" grows up exponential and I > got an error "virtual memory...".
Does this loop happen to read through a dataset itself? If so, see the IIRC working with sqlquery wiki page, look for out of memory error; solution is there. _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
