mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 18:17:13 +02:00
🔥 Remove unused jvm options from backend start-dev script
This commit is contained in:
parent
5d72954611
commit
6dd0f4f164
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue