cytoscape / cytosnap

A Node.js package that renders images of Cytoscape.js graphs on the server using Puppeteer
MIT License
58 stars 11 forks source link

Fatal Windows exception code 0xc0000005 PhantomJS has crashed #17

Closed rura6502 closed 5 years ago

rura6502 commented 6 years ago

i tried to drawing data 93,240 nodes, 50,000 edges. but i met this

error: Fatal Windows exception, code 0xc0000005. PhantomJS has crashed. Please read the bug reporting guide at http://phantomjs.org/bug-reporting.html and file a bug report.

i think this is memory issues. i am trying is it possible to drawing graph with a lot of data fastly.

when i try using cytoscapejs in only client, i can get graph with little long time. but in cytosnap is fail.

is there any segestion?

130nk3r5 commented 5 years ago

Was this issue resolved. Because I still get it!

maxkfranz commented 5 years ago

Either the graph is too big for your machine with PhantomJS or the image is too large.

maxkfranz commented 5 years ago

Phantom issues won't apply to the package anymore with the change to Puppeteer.