mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 14:09:17 +00:00
🔥 Remove unused jvm options from backend start-dev script
This commit is contained in:
parent
5d72954611
commit
6dd0f4f164
@ -61,10 +61,7 @@ export JAVA_OPTS="\
|
|||||||
-Djdk.attach.allowAttachSelf \
|
-Djdk.attach.allowAttachSelf \
|
||||||
-Dlog4j2.configurationFile=log4j2-devenv.xml \
|
-Dlog4j2.configurationFile=log4j2-devenv.xml \
|
||||||
-Djdk.tracePinnedThreads=full \
|
-Djdk.tracePinnedThreads=full \
|
||||||
-XX:+EnableDynamicAgentLoading \
|
-XX:-OmitStackTraceInFastThrow \
|
||||||
-XX:-OmitStackTraceInFastThrow \
|
|
||||||
-XX:+UnlockDiagnosticVMOptions \
|
|
||||||
-XX:+DebugNonSafepoints \
|
|
||||||
--sun-misc-unsafe-memory-access=allow \
|
--sun-misc-unsafe-memory-access=allow \
|
||||||
--enable-preview \
|
--enable-preview \
|
||||||
--enable-native-access=ALL-UNNAMED";
|
--enable-native-access=ALL-UNNAMED";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user