Fork me on GitHub
#shadow-cljs
<
2020-12-21
>
AJ Jaro14:12:48

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 …

thheller15:12:11

well it'll use all available CPU while compiling but otherwise should be mostly idle

thheller15:12:09

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.

AJ Jaro20:12:14

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

thheller20:12:27

if a lot of files change then of course that'll trigger a compile