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 
wouldn't be difficult to pass through other things if they're important. 
 Feel free to open a bug on https://github.com/emezeske/lein-cljsbuild, 
preferably with details about why passing through Java options is important.

On Thursday, March 28, 2013 11:37:34 AM UTC-7, Tyler Gillies wrote:
>
> 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 "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to