vscode-clojure-debug
vscode-clojure-debug copied to clipboard
High CPU usage on idle (Windows)
Environment
- VSCode Version: 1.12.2
- OS Version: Windows 10 (1607)
- Clojure Extension Version: 1.1.0
- 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.
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
- Start the REPL and wait until ready (~ 1 min).
Thanks for this report - I'll see what I can do to reproduce it.