diff --git a/Ghidra/RuntimeScripts/Common/server/server.conf b/Ghidra/RuntimeScripts/Common/server/server.conf index d2a7b8ebf1..5e44f2feed 100644 --- a/Ghidra/RuntimeScripts/Common/server/server.conf +++ b/Ghidra/RuntimeScripts/Common/server/server.conf @@ -76,7 +76,7 @@ wrapper.java.additional.11=-Ddb.buffers.DataBuffer.compressedOutput=true # Optional debug enablement instead of using the wrapper.java.additional arguments above # This will cause application to start in a suspended state in debug mode and increase # timeouts to their maximum values. -wrapper.java.debug.port=18200 +#wrapper.java.debug.port=18200 # Uncomment to allow VisualVM Profiling to avoid "Rejected class serialization..." errors # NOTE: A Java class serialization filter is added for RMI security assurance and should remain