skokenes/senseUtils

CreateCube and memory leak

Opened this issue · 1 comments

Hi,

First thanks a lot for you library, it's quite usefull for my everyday dev !

I would like to know if you also encounter problem with Qlik Sense about memory leak when you are creating hypercube with addCube method.

For example
When i'm creating 4 hypercube, each one has a different dimension and one expression (with a little dataset like 500 - 1000 element) i got memory leak in the browser at each paint action.

I already use the method selfdestruct() of the multicube and it release the memory in the QlikSense (core) process correctly. But what i'm talking about is the process QlikSenseBrowser who is not releasing properly the memory.

I already use the google 3 ways snapshot to see what's wrong but it's kind a black box.

If you need i can create a sample extension to show the problem. But first have you encounter this problem before ?

Regards,
Thibaut

Did you get an answer?