On 2010/05/28 01:45, MHOOO wrote: > After reading on the dev group about running clojure on android I > figured I might just as well try the hello-dalvik example myself. > However the master branch fails because it is exhausing the heap?: > > ---------------------------------------------------------------------- > tho...@lisper:~/sources/clojure$ ./hello-dalvik.sh > Compiling HelloDalvik to . > > UNEXPECTED TOP-LEVEL ERROR: > java.lang.OutOfMemoryError: Java heap space > > Anyone else experience this error?
Try giving the dx command a bit more memory by adding something like: -Jmx1024m before --dex. For reference: I am not experiencing this problem on ubuntu lucid using openjdk. HTH, Remco -- 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