Forum Discussion

jannec's avatar
jannec
New Member
4 years ago

Possible memory leak while changing report page

Hi,

I have encountered a strange behaviour of the

 

report.setPage(page: string)

 

function.

 

Our application embeds powerbi reports, and allows for automatic page changes, without user interaction.

we use setPage function to change page at selected times repeatedly.

 

 

 

 

As you can see on the screenshots above, developer tools on chromium based browser report continous memory allocations at every call of setPage function.

 

 

 

 

Moreover, memory footprint of the powerbi iframe reports growing memory allocations and over long perionds of time, allocated memory values grows to insane numbers like 1.5 GB.

 

The problem makes our application impossible to use and the problem is not fixable on our side.