mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-02-05 19:15:12 +08:00
GP-6067 Improve memory settings and docs related to Ghidra Server
service wrapper
This commit is contained in:
@@ -171,7 +171,10 @@ else
|
||||
JAVA_CMD="${LS_JAVA_HOME}/bin/java"
|
||||
fi
|
||||
|
||||
# Specify JVM arguments for direct invocations of YAJSW wrapper, including specification
|
||||
# of maximum heap size (-Xmx) option.
|
||||
VMARGS=()
|
||||
VMARGS+=("-Xmx1G")
|
||||
VMARGS+=("-Djna_tmpdir=${WRAPPER_TMPDIR}")
|
||||
VMARGS+=("-Djava.io.tmpdir=${WRAPPER_TMPDIR}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user