Fork me on GitHub
#figwheel
<
2017-10-26
>
iGEL13:10:39

Hi! I'm worried about the memory consumption of my cljs setup. figwheel & cljsbuild use together 3 gb once everything started. Together with other clojure processes & firefox I quite often use all of my 12gb ram and 4gb swap 😱 Then the computer is basically dead 💀 I read something that it might be possible to run figwheel & cljsbuild in one JVM, but I haven't found anything how to archive this. Does someone have maybe a pointer for me?

iGEL13:10:06

Probably the memory usage depends also on the projects I'm building I assume. I have 7 cljs builds and 6 with figwheel :thinking_face: