-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
parser_utils/parse_java
taking a long time.
#240
Comments
I see this behaviour not over a couple of seconds or minutes, but longer periods. You still think this is some cache warming up? |
Yes If you are using enrich-classpath, you can disable it for preventing Orchard from having access to the things that are necessary for cache building. That also can be done in a per-project manner with .dir-locals.el |
Feel free to continue the conversation. |
I am seeing that some thread is taking a lot of time at
orchard.java.parser_utils$parse_java.invokeStatic(parser_utils.clj:47)
. I don't know exactly what triggers it, but the stacktrace goes through some nrepl.middleware. I am doing profiling and the stacktrace (included at the bottom) is making up over 50% of my profiles which seems quite off. We have a bit of a weird setup withgradle
andclojurephant
which you can find here. This doesn't seem to happen every time I jack in, but more sporadically. Let know if I can provide more information to debug this.Environment & Version information
Clojure version
implementation("org.clojure", "clojure", "1.11.1")
andnrepl("cider", "cider-nrepl", "0.46.0")
Java version
Operating system
Stacktrace
The text was updated successfully, but these errors were encountered: