On Jun 11, 6:44 pm, Allen Rohner wrote:
> I haven't hit the permgen issue, but it sounds like I have a similar
> setup to you. Out of curiosity, how do you redeploy while compiling
> your .clj files? I typically connect via Slime and use slime-load-
> file, which I assume calls (load filename)
I haven't hit the permgen issue, but it sounds like I have a similar
setup to you. Out of curiosity, how do you redeploy while compiling
your .clj files? I typically connect via Slime and use slime-load-
file, which I assume calls (load filename)
Allen
On Jun 11, 1:23 pm, hughw wrote:
> On Jun
On Jun 11, 11:38 am, Rob wrote:
> Hi all,
>
> I'm using Clojure for web apps inside Tomcat. If I don't compile
> my .clj files ahead of time, I will eventually get one of these
> OutOfMemory errors, after a number of redeployments. Is there
> something I can do about this? Is this a bug some