mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
📎 Minor fixes on repl script.
This commit is contained in:
parent
7014bc7a3c
commit
ce115c53e2
1 changed files with 10 additions and 6 deletions
|
@ -2,12 +2,16 @@
|
||||||
|
|
||||||
export PENPOT_FLAGS="enable-asserts enable-audit-log $PENPOT_FLAGS"
|
export PENPOT_FLAGS="enable-asserts enable-audit-log $PENPOT_FLAGS"
|
||||||
|
|
||||||
export OPTIONS="-A:jmx-remote:dev \
|
#-J-Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
|
||||||
-J-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager \
|
|
||||||
-J-Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector \
|
export OPTIONS="
|
||||||
-J-Dlog4j2.configurationFile=log4j2-devenv.xml \
|
-A:jmx-remote:dev \
|
||||||
-J-Dclojure.tools.logging.factory=clojure.tools.logging.impl/log4j2-factory \
|
-J-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager \
|
||||||
-J-XX:+UseShenandoahGC -J-XX:-OmitStackTraceInFastThrow -J-Xms50m -J-Xmx512m";
|
-J-Dclojure.tools.logging.factory=clojure.tools.logging.impl/log4j2-factory \
|
||||||
|
-J-Dlog4j2.configurationFile=log4j2-devenv.xml \
|
||||||
|
-J-XX:+UseShenandoahGC \
|
||||||
|
-J-XX:-OmitStackTraceInFastThrow \
|
||||||
|
-J-Xms50m -J-Xmx512m";
|
||||||
|
|
||||||
# export OPTIONS="$OPTIONS -J-XX:+UnlockDiagnosticVMOptions";
|
# export OPTIONS="$OPTIONS -J-XX:+UnlockDiagnosticVMOptions";
|
||||||
# export OPTIONS="$OPTIONS -J-XX:-TieredCompilation -J-XX:CompileThreshold=10000";
|
# export OPTIONS="$OPTIONS -J-XX:-TieredCompilation -J-XX:CompileThreshold=10000";
|
||||||
|
|
Loading…
Add table
Reference in a new issue