Skip to content

Latest commit

 

History

History
executable file
·
31 lines (20 loc) · 907 Bytes

jvm.md

File metadata and controls

executable file
·
31 lines (20 loc) · 907 Bytes

Table of Contents generated with DocToc

JVM parameters

Proxy

-Dhttp.proxyHost=<hostname> -Dhttp.proxyPort=<port>
-Dhttps.proxyHost=<hostname> -Dhttps.proxyPort=<port>
-Dhttp.nonProxyHosts=localhost|foo|bar|192.168.*

Trustore

-Djavax.net.ssl.trustStore=<trustStore_path> -Djavax.net.ssl.trustStorePassword=<password>

JVM analysis

Thread dump

jstack PID > out.dump

You can upload the file to a service like fastThread.io to get an analysis.