You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java version: 1.8.0_121 (Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
Clojure version: 1.8.0 (and 1.9.0-alpha14)
Description
A JVM process takes up a constant 50% (one core) perpetually. Everything works fine but CPU usage never drops on idle. The good news is killing this process after the debug environment is up and running won't break anything.
Environment
Description
A JVM process takes up a constant 50% (one core) perpetually. Everything works fine but CPU usage never drops on idle. The good news is killing this process after the debug environment is up and running won't break anything.
Command line for process
"java" -client -Dclojure.compile.path="c:\<clojure project>/target/classes" -Dleiningen.original.pwd="c:\<clojure project>" -cp "C:\Users\<username>\.lein\self-installs\leiningen-2.7.1-standalone.jar" clojure.main -m leiningen.core.main with-profile +debug-repl repl :start :port 5555
Steps to Reproduce
The text was updated successfully, but these errors were encountered: