Hi
I hope someone can clarify me this:
I'm processing some data. And I fill around 50 arrays with data. On my StatBar monitor I can see that after processing all data into arrays, I get around 900MB or RAM being used.
Then I free 3 biggest arrays, with
ArrayABC:=nil;
RAM drops down to 800Mb of being used, then I reload data into these 3 arrays and it comes up to 1010MB... WHY?
Shouldn't it just come back up to 900MB?
How does this Memory works?
Mabye ArraABC:=nil; is not the best thing to free space of that array?
Please advice,
Thanx a lot
tilen
I hope someone can clarify me this:
I'm processing some data. And I fill around 50 arrays with data. On my StatBar monitor I can see that after processing all data into arrays, I get around 900MB or RAM being used.
Then I free 3 biggest arrays, with
ArrayABC:=nil;
RAM drops down to 800Mb of being used, then I reload data into these 3 arrays and it comes up to 1010MB... WHY?
Shouldn't it just come back up to 900MB?
How does this Memory works?
Mabye ArraABC:=nil; is not the best thing to free space of that array?
Please advice,
Thanx a lot
tilen