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

Lein's :jvm-opts ignored? #98

Open
gmorpheme opened this issue Jun 11, 2013 · 1 comment
Open

Lein's :jvm-opts ignored? #98

gmorpheme opened this issue Jun 11, 2013 · 1 comment

Comments

@gmorpheme
Copy link

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
Copy link

jbouwman commented Sep 6, 2013

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

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

No branches or pull requests

2 participants