On Sat, Dec 11, 2010 at 1:05 AM, Michael Ossareh <ossa...@gmail.com> wrote:
> I've cobbled together some grungy code to attempt to work out the number of
> employees in different ranges - the code is a horrible mess of side
> effects: https://gist.github.com/737179

...

> There are 54874 companies in the companies var. The OOM tends to take place
> when there are 1000 or so companies to process.
> What is likely to be causing this issue?

Holding onto the head of a seq. Failing that, your horrible mess of
side effects.

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