On Fri, Jul 8, 2011 at 3:02 PM, Timothy Baldridge <tbaldri...@gmail.com> wrote:
>> I love Clojure ,but Clojure sucks a lot of memory  and that frustrates
>> me !

In addition to all this, remember that GC's don't instantly free
memory. So if for a instance memory balloons up to 300MB, many times
the JVM (or CLR) will not release that memory for some time. The
thought is that if you used that much memory in the past, you may use
it again, so why hand it back to the OS?

Timothy
--
“One of the main causes of the fall of the Roman Empire was
that–lacking zero–they had no way to indicate successful termination
of their C programs.”
(Robert Firth)

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