tags:

views:

17

answers:

1

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 'Out of Memory' error. Any idea to solve this 'Out of Memory' problem?

A: 

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.

Marcelo Cantos
1GB ram is for my local pc, i test in server (which have larger ram) also got same problem. 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 'Out of Memory' error.
Then the other work-around is to run hiercube in subprocesses that only run it once each.
Marcelo Cantos