danmarshall / jscad-now

🧱👀 Instantly view a jscad V2 module while coding
MIT License
22 stars 6 forks source link

There's a crazy memory leak! #21

Open NodeGuy opened 1 year ago

NodeGuy commented 1 year ago

Load test/index.js into Brave and do nothing. Watch memory consumption go up by ~30 MB/s.

danmarshall commented 1 year ago

Yikes! Not sure if this is related to Budo https://github.com/mattdesl/budo/issues/213

cjnqt commented 1 year ago

Same thing in Safari and Chrome on Mac. Does not seem related to https://github.com/mattdesl/budo/issues/213 because setting debug: false does not change anything

danmarshall commented 1 year ago

Is it browser or node server side?

tonyhschu commented 8 months ago

Screenshot 2024-01-06 at 9 07 06 AM

It's on the browser side. This is from running on Chrome.