mirror of https://github.com/penpot/penpot.git
🔥 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 \
|
||||
-Dlog4j2.configurationFile=log4j2-devenv.xml \
|
||||
-Djdk.tracePinnedThreads=full \
|
||||
-XX:+EnableDynamicAgentLoading \
|
||||
-XX:-OmitStackTraceInFastThrow \
|
||||
-XX:+UnlockDiagnosticVMOptions \
|
||||
-XX:+DebugNonSafepoints \
|
||||
-XX:-OmitStackTraceInFastThrow \
|
||||
--sun-misc-unsafe-memory-access=allow \
|
||||
--enable-preview \
|
||||
--enable-native-access=ALL-UNNAMED";
|
||||
|
|
|
|||
Loading…
Reference in New Issue