GP-0 updated launch.properties with optional network troubleshooting

VMARG
This commit is contained in:
ghidra1
2022-11-29 11:32:25 -05:00
parent 3db412651d
commit bbe86e0ae6
@@ -36,6 +36,17 @@ VMARGS=-Djdk.tls.client.protocols=TLSv1.2,TLSv1.3
# specifying path to installed CA certificates file.
# VMARGS=-Dghidra.cacerts=
# Enable verbose logging for network SSL/TLS negotiations.
# This can be very useful when troubleshooting SSLHandshakeException failures which can
# manifest with very cryptic messages. All Ghidra Server communications rely on secure
# SSL/TLS connections. This VMARG should only be uncommented while actively troubleshooting
# since it will log a significant amount of data.
#
# See the "Troubleshoting JSSE" section of the following internet hosted document:
# https://docs.oracle.com/en/java/javase/17/security/java-secure-socket-extension-jsse-reference-guide.html
#
#VMARGS=-Djavax.net.debug=ssl
# The following property will limit the number of processor cores that Ghidra
# will use for thread pools. If not specified, it will use the default number
# of processors returned from Runtime.getRuntime().getAvailableProcessors().