Thanks, Stuart.

> With Leiningen, you can add the :jvm-opts option in project.clj,

Cool, this is what I was looking for :)


>     (def signals (vec ...))
>
> says that you want the entire result, as a vector, stored as the value of
> the Var `signals`.  That means your entire result data must fit in the Java
> heap.  

Yes, this is what I want.  I suppose that if it grows too large, I can
figure out a way to write it to a file somehow instead of creating a
vector.  The end result will likely be a JSON representation for each
of the signals a, b, c, and d written to a file.

~A

-- 
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

Reply via email to