yizhen wei <yizhenwe...@gmail.com> writes:

> I found that my ritz-nrepl takes 25 plus seconds to start. While the nrepl 
> would only take 10 secs.

The difference is mainly due to the extra jvm process that is started.

> I also noticed that the lein ritz-nrepl (or M-x nrepl-ritz-jack-in inside 
> of emacs) would start 3 java processes which consumes total of 800mb 
> memory. 

One vm is from lein, and can be removed by invoking lein with trampoline.

The extra process that is started is used to control the debugger.  I've
not looked at all into optimising the memory footprint of the debugger
vm, and I would be surprised if it couldn't be improved.

> But after I close the server in terminal (or emacs), only 2 of them 
> are closed, and I have to explicitly kill the remaining one.

The killing of the user process is currently not very reliable.

Hugo

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to