Conventional memory exhausted
Please help!
What are the reasons for clipper program to break execution with folowing
error:
5302 Conventional memory exhausted
When I start my application, memory() gives those results:
Memory(0) 93
memory(1) 64
Memory(2) 65501 !?
During execution of a application, memory() gives smaller values, until
program crashes. Sometimes program works several hours, sometimes it crashes
for a few minutes of a work.
What is the main reason that application "eat" free memory ?
Program has many open/close DBF files, many Fopen/fread/fwrite/Fclose binary
files... Maybe some of those methods does not free used memory ?
|