Customer Portal

How Many Graphs can run at once in regards to JAVA HEAP MEMORY

Comments 2

  • Avatar
    Lukas Cholasta
    0
    Comment actions Permalink
    Hi Andrew

    If a single graph has greater memory demands than maximum heap memory limit for the Server, then such graph cannot be successfuly run on said Server. In this situation you can increase the maximal heap memory size, but leave some of your RAM unallocated, and/or optimize your graph, so its memory demands would decrease. I cannot advise you any specific value of the maximum heap memory as it depends on complexity of the graph and size of the processed data. If you want me to help you with the optimization, please send me the graph and a sample of your input data. If the graph and the data correspond with your previous topic, it is ok to send them just once.

    Best regards
  • Avatar
    impulse101587
    0
    Comment actions Permalink
    Thank you for your reply. I just uped the heap max another 2 GB's and that worked. Creating a temp CSV table of 4 mill rows was killing the memory.

Please sign in to leave a comment.