I am using treemodel-js library for my program. When dealing with large json data file, my program crash throwing FATAL ERROR: JS Allocation failed - process out of memory.
when I am debugging my program, I found that execution of this line "var mmRoot = tree.parse(data);" is the cause of the problem. tree variable is TreeModel instance here.
Any ideas about this issue. It seems treemodel-JS having some problems in parsing large json file said hundreds of children in a tree