Re: Solving memory problems with Clojure code

2009-06-22 Thread Rob Wolfe
BerlinBrown napisał(a): > I want to make it clear, that it probably isn't Clojure's memory > problem but something with my code. > > Anyway, I was trying to figure out my heap memory goes up so much on > various operations in my application. Sure, it could be anything but > I know I am doing so

Re: Solving memory problems with Clojure code

2009-06-22 Thread Berlin Brown
On Jun 22, 12:32 pm, Marko Kocić wrote: > Have you tried (.close stream) in the end of let block? > > On 22 јун, 16:10, BerlinBrown wrote: > > > I want to make it clear, that it probably isn't Clojure's memory > > problem but something with my code. > > > Anyway, I was trying to figure out my

Re: Solving memory problems with Clojure code

2009-06-22 Thread Marko Kocić
Have you tried (.close stream) in the end of let block? On 22 јун, 16:10, BerlinBrown wrote: > I want to make it clear, that it probably isn't Clojure's memory > problem but something with my code. > > Anyway, I was trying to figure out my heap memory goes up so much on > various operations in m

Solving memory problems with Clojure code

2009-06-22 Thread BerlinBrown
I want to make it clear, that it probably isn't Clojure's memory problem but something with my code. Anyway, I was trying to figure out my heap memory goes up so much on various operations in my application. Sure, it could be anything but I know I am doing something wrong. Here is the applicati