jasongilman/proto-repl

experiencing memory leaks with proto-repl and ink

Closed this issue · 3 comments

This has been rather hard to pin down, but I've narrowed the problem down to either proto-repl or ink, with all other community packages disabled (which was not fun, because lisp editing without parinfer or paredit sucks). I'm seeing some rather severe memory leaks in Atom on Mac (over a GB of use in Activity Monitor after an hour, up to ten GB after six hours) of light eval use of smallish data structures when connected via nRepl. Just to eliminate any potential weird things in my setup, I moved my .atom away and started anew, and then set it up according to Jason's guide

I'm not all that familiar with Atom or how to debug it, so if you've got any pointers or if there's more info I can provide, I'm happy to try and get that.

Thanks! Ill be able to look at it more in-depth on Monday.

I haven't been able to reproduce the problem since – memory usage stays reasonable. I updated to Atom 1.19 today and memory usage seems even better. I'm going to close this, but if it comes up again, I'll know where to look. Thanks!