This repository was archived by the owner on Jul 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
This repository was archived by the owner on Jul 2, 2022. It is now read-only.
High memory consumption #49
Copy link
Copy link
Closed
Description
I created the default project with lein new chestnut <xyz>
, started the repl with lein repl
followed by (run)
and (browser-repl)
. Before doing this, I removed all of my plugins from ~/.lein/profiles.clj
.
I am now left with 3 java processes. Together, these processes use almost 2GB of memory.
This is on OSX 10.10 and here is the repl session if it helps.
~/Code/front on master $ lein repl
nREPL server started on port 53644 on host 127.0.0.1 - nrepl://127.0.0.1:53644
REPL-y 0.3.5, nREPL 0.2.6
Clojure 1.6.0
Java HotSpot(TM) 64-Bit Server VM 1.7.0_60-b19
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Exit: Control+D or (exit) or (quit)
Results: Stored in vars *1, *2, *3, an exception in *e
front.server=> (run)
2014-11-23 10:25:39.806:INFO:oejs.Server:jetty-7.6.13.v20130916
2014-11-23 10:25:39.856:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:10555
Starting web server on portStarting figwheel.
10555 .
#<Server org.eclipse.jetty.server.Server@6f7714c8>
front.server=> Compiling ClojureScript.
Figwheel: Starting server at http://localhost:3449
Figwheel: Serving files from '(dev-resources|resources)/public'
front.server=> (browser-repl)
<< started Weasel server on ws://0.0.0.0:9001 >>
Type `:cljs/quit` to stop the ClojureScript REPL
nil
Is this normal? Can something be done about this?
Metadata
Metadata
Assignees
Labels
No labels