i'm using delphi 7 to run the hiercube version 4.32. When i retrieve the data, the pc memory keep increasing until occur 'Out of Memory' bug. I suspect the cache of memory did not clear when retrieve the data from hiercube, so when i retrieve data for 2nd or third times then it occur 'Ou开发者_运维问答t of Memory' error. Any idea to solve this 'Out of Memory' problem?
The obvious fix (work-around?) is to get more RAM. 1 GB is a bit on the low side these days, especially when 4 GB is at around the $100 mark.
Use FastMM as your memory manager, then either (or both):
- make it report memory leaks on shutdown
- use the memory monitor example form at run-time
Then start investigating the memory leak.
--jeroen
精彩评论