From 74e402ef15ec127fb2aef2ef75efc5f3f5c86c80 Mon Sep 17 00:00:00 2001 From: ghidra1 Date: Thu, 28 Mar 2024 11:39:34 -0400 Subject: [PATCH] GP-0 corrected server.conf item which should be commented-out --- Ghidra/RuntimeScripts/Common/server/server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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