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

Performance profiling #1

Open
greglook opened this issue Jul 26, 2014 · 2 comments
Open

Performance profiling #1

greglook opened this issue Jul 26, 2014 · 2 comments
Assignees

Comments

@greglook
Copy link
Member

Establish a way to remotely profile the wonderdome while it's running on the production hardware. So far attempts to attach jvisualvm to a remote (or ssh-tunneled) JMX port have failed. Theoretically, the following config opens the JMX port, but all connections close after sending two packets:

java \
  -Dcom.sun.management.jmxremote.ssl=false \
  -Dcom.sun.management.jmxremote.authenticate=false \
  -Dcom.sun.management.jmxremote.port=1098 \
  ...

Upgrading to the Oracle embedded JRE seems to help a lot, but some modes will definitely be hitting code that needs to be optimized further.

@greglook greglook self-assigned this Jul 26, 2014
@greglook
Copy link
Member Author

Such performance, wow: 2c488a6

Rendering process now uses all available cores!

@greglook
Copy link
Member Author

Useful reference on tuning parameters for the JVM:
http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html#DebuggingOptions

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

No branches or pull requests

1 participant