In server,symja need too much memory?Any suggestion?

Issue #124 resolved
zhoukang created an issue

Hi,any suggestion help optimalize the memory application used,when i deploy my app on the server side?

Comments (5)

  1. Axel Kramer repo owner

    What do you mean exactly?

    Does the used heap memory grow and never shrinks or is the heap memory to small for the calculations?

    For example if you use an evaluation history for the to the Out() function in the

    EvalEngine#addOut()
    

    method. To avoid this kind of memory leaks you can disable the appending of expressions to the output history.

  2. zhoukang reporter

    <div dir="ltr">i'm sorry didn't describeclearly。yes,i mean symja cost too much heap memory,and  has too much full gc。i will try your suggestion later,thanks.<br> </div><div dir="ltr"><br> </div><div dir="ltr"><br> </div><div dir="ltr"><br>

  3. zhoukang reporter

    hi, @axelclk , i have set outlistDisable as true.i wonder if EvalEngine should used as singleton?

  4. Log in to comment