Re: clojurescript memory management

2013-04-02 Thread Herwig Hochleitner
I remember having some success with restricting cljsbuild memory usage by using it with the trampoline task. lein trampoline cljsbuild auto Can't verify on this internet cafe machine though. Am 28.03.2013 19:52 schrieb "Tyler Gillies" : > It seems like cljsbuild is ignoring my Xmx setting in my

Re: clojurescript memory management

2013-03-29 Thread Evan Mezeske
Are you having trouble with the ClojureScript compiler running out of memory? lein-cljsbuild runs the ClojureScript compiler in a fairly "clean room" Leiningen project, with only a few things from your project.clj being passed through (for instance, things that affect the classpath). It would

clojurescript memory management

2013-03-28 Thread Tyler Gillies
It seems like cljsbuild is ignoring my Xmx setting in my project.clj, anyone have experience with controlling memory with cljsbuild? I know the setting is correct because my normal clj repl is minding limit -- -- You received this message because you are subscribed to the Google Groups "Cloju