Fork me on GitHub
#protorepl
<
2017-08-03
>
seancorfield00:08:29

In the command palette, Inline Results: Clear All

seancorfield00:08:56

That's cmd-i cmd-c if you're on a Mac

mattly00:08:21

@seancorfield thanks; that cleared results but not this spinner thing

mattly00:08:25

I might try reloading atom

mattly06:08:55

so.. is this a normal Atom thing?

mattly06:08:31

I've had it running for maybe four hours, I've got four tabs and proto-repl open

seancorfield06:08:55

I run it for days at a time dealing with several dozen source files, a REPL running continuously, and I never see memory climb that high. But if you've done some huge data structure processing in the REPL I guess 11GB is possible?

mattly06:08:12

no, that wouldn't be it

mattly06:08:33

from reading their support forums it sounds like there's potential issues with community plugins running amok

seancorfield06:08:56

I don't have much installed beyond Jason's "opinionated" guide.

mattly06:08:33

yeah, that's what I followed

seancorfield06:08:34

I have Git Plus, a fancy file opener... not much else...

rgdelato17:08:14

I have quite a lot of plugins installed and I'm pretty sure I've never seen memory climb that high, not sure what's going on there (just checked, Atom claims I have 30 community packages installed)

mattly20:08:14

I've used Atom's package-cop to do some bisecting of the community packages I have installed, it's definitely a problem with either proto-repl or ink

mattly20:08:27

connecting via nrepl is fine, but once I start evaling code there's problems

mattly20:08:04

I'm going to try mimicking Jason's setup exactly and see if there's still problems

mattly21:08:18

hm, up to over a gig of ram within an hour of light use

seancorfield21:08:55

Mine crept up to 720MB while I was running some heavy stuff in the REPL with a lot of files open but it's dropped back to 640MB since I stopped that.

mattly21:08:31

yeah I suspect the issue is particular to my setup

mattly22:08:23

I have a ...talent... for finding the little corners of software where things break in ways they shouldn't