We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.)
The text was updated successfully, but these errors were encountered:
This was fixed by commit 8f02e91 on the develop branch.
Sorry, something went wrong.
No branches or pull requests
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.)
The text was updated successfully, but these errors were encountered: