Re: ClojureScript Memory Requirements

2011-07-26 Thread Luc Prefontaine
You can lower the values. I changed them to -Xmx1G -Xms1G There was not enough memory on my machine to meet these values. My next laptop will have 8Gigs of RAM but now I am topped to 4Gigs... Luc P. On Tue, 26 Jul 2011 09:53:06 -0400 Tamreen Khan wrote: > I've removed the first two flags sinc

Re: ClojureScript Memory Requirements

2011-07-26 Thread Tamreen Khan
I've removed the first two flags since I work on a 32 bit machine and haven't run into any problems either. I'm guessing the the extra memory simply helps with compilation times. On Tue, Jul 26, 2011 at 9:49 AM, Timothy Baldridge wrote: > So I've hit an issue with the ClojureScript compiler memor

Re: ClojureScript Memory Requirements

2011-07-26 Thread Nick Zbinden
Not sure why that is there I just deleted that the 2G params, seams to be working fine. -- 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 - plea

ClojureScript Memory Requirements

2011-07-26 Thread Timothy Baldridge
So I've hit an issue with the ClojureScript compiler memory requirements several times now. The command line arguments in use for both the compiler and the repl are thus: -Xmx2G -Xms2G -Xmn256m So basically this requires 2GB of memory right off the bat to even run the compiler. Now I'm not intere