Has anyone experienced extremely high CPU load using shadow-cljs? I have seen upwards for 900% and it seems to be resolved after killing my command: npx shadow-cljs watch …
well it'll use all available CPU while compiling but otherwise should be mostly idle
there was a while where it used much more CPU than it should have but that was a long time ago. can't remember which version though.
I’m on version 2.11.4. If it’s “watching” then it could potentially be compiling a fair amount as I switch branches I guess @thheller
if a lot of files change then of course that'll trigger a compile