mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
📎 Update common repl script
This commit is contained in:
parent
97b4832027
commit
f7acb9bfb8
1 changed files with 12 additions and 1 deletions
|
@ -1,7 +1,18 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
export PENPOT_FLAGS="enable-asserts enable-audit-log $PENPOT_FLAGS"
|
export PENPOT_FLAGS="enable-asserts enable-audit-log $PENPOT_FLAGS"
|
||||||
export OPTIONS="-A:dev -J-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -J-XX:+UseG1GC -J-XX:-OmitStackTraceInFastThrow -J-Xms50m -J-Xmx1024m";
|
|
||||||
|
export OPTIONS="
|
||||||
|
-A:dev \
|
||||||
|
-J-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager \
|
||||||
|
-J-Djdk.attach.allowAttachSelf \
|
||||||
|
-J-Dpolyglot.engine.WarnInterpreterOnly=false \
|
||||||
|
-J-XX:+EnableDynamicAgentLoading \
|
||||||
|
-J-XX:-OmitStackTraceInFastThrow \
|
||||||
|
-J-XX:+UnlockDiagnosticVMOptions \
|
||||||
|
-J-XX:+DebugNonSafepoints \
|
||||||
|
-J-Djdk.tracePinnedThreads=full"
|
||||||
|
|
||||||
export OPTIONS_EVAL="nil"
|
export OPTIONS_EVAL="nil"
|
||||||
# export OPTIONS_EVAL="(set! *warn-on-reflection* true)"
|
# export OPTIONS_EVAL="(set! *warn-on-reflection* true)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue