Page 1 of 1

Memory Leak in @capplyranks?

Posted: Tue Apr 25, 2017 4:50 am
by rolltack
Hi
When I run the following code I can burn through all my memory really quickly. Eviews consumes about about 1GB/second. Memory only clears up after the Eviews session is closed.

I use Eviews 8.1 64bit - Sep 8 2015

Code: Select all

wfcreate(wf=Memoryleak) d5 1/1/1973 1/1/2020

matrix testmat = @mnrnd(6000,500)

for !i = 10 to testmat.@rows
   matrix testmat_sorted = @capplyranks(testmat, @ranks(@columnextract(testmat,500)))
next


Thanks

Re: Memory Leak in @capplyranks?

Posted: Tue Apr 25, 2017 8:32 am
by EViews Gareth
It was fixed in EViews 9.