Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High CPU usage on idle (Windows) #135

Open
hessammehr opened this issue May 30, 2017 · 1 comment
Open

High CPU usage on idle (Windows) #135

hessammehr opened this issue May 30, 2017 · 1 comment
Labels

Comments

@hessammehr
Copy link

hessammehr commented May 30, 2017

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

  1. Start the REPL and wait until ready (~ 1 min).
@indiejames indiejames added the bug label May 30, 2017
@indiejames
Copy link
Owner

Thanks for this report - I'll see what I can do to reproduce it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants