shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
AJ Jaro 2020-12-21T14:45:48.086600Z

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 …

thheller 2020-12-21T15:09:11.087100Z

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

thheller 2020-12-21T15:10:09.087700Z

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 Jaro 2020-12-21T20:21:14.089400Z

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

thheller 2020-12-21T20:51:27.089700Z

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