pallet / ritz

SWANK and nREPL servers for clojure providing JPDA based debuggers
318 stars 33 forks source link

Lein's :jvm-opts ignored? #98

Open gmorpheme opened 11 years ago

gmorpheme commented 11 years ago

My project.clj specifies:

:jvm-opts ["-Xms48m" "-Xmx1g" "-XX:MaxPermSize=512M"]

Using nrepl-jack-in, JVisualVM shows two JVM processes, one of which has the appropriate jvm args.

Using nrepl-ritz-jack-in, JVisualVM shows three JVM processes, none of which have the requested jvm args.

(I'm seeing PermGen errors in the Ritz case but not the straight nREPL case.)

jbouwman commented 11 years ago

This was fixed by commit 8f02e91bd889d1a3ba9792860f0e8eeb9a831493 on the develop branch.