How To Increase Java Memory On MacOS
Posted: Sat Sep 24, 2022 8:43 am
I Google searched trying to find how to do this. All attempts failed so far.
I created a vmoptions.txt file within \Applications\Oxygen XML Editor that was plain text containing:
-Xmx8192m
This didn't work.
I also tried editing \Applications\Oxygen XML Editor\oxygen.sh:
This didn't work either.
I created a vmoptions.txt file within \Applications\Oxygen XML Editor that was plain text containing:
-Xmx8192m
This didn't work.
I also tried editing \Applications\Oxygen XML Editor\oxygen.sh:
Code: Select all
set -- \
-Xmx8192m\
-XX:-OmitStackTraceInFastThrow\
-XX:SoftRefLRUPolicyMSPerMB=10\
-Dcom.oxygenxml.editor.plugins.dir="$OXYGEN_HOME/plugins"\
-Dcom.oxygenxml.app.descriptor=ro.sync.exml.EditorFrameDescriptor\
-Dsun.io.useCanonCaches=true\
-Dsun.io.useCanonPrefixCache=true\
-cp "$CP"\
ro.sync.exml.Oxygen\
"$@"