mirror of
https://github.com/penpot/penpot.git
synced 2025-06-24 08:47:00 +02:00
📎 Add performance related helpers.
This commit is contained in:
parent
327c095d79
commit
cbb3783d84
10 changed files with 767 additions and 54 deletions
|
@ -8,7 +8,11 @@ export OPTIONS="
|
|||
-J-Dlog4j2.configurationFile=log4j2-devenv.xml \
|
||||
-J-XX:+UseZGC \
|
||||
-J-XX:-OmitStackTraceInFastThrow \
|
||||
-J-Xms50m -J-Xmx512m";
|
||||
-J-Xms50m -J-Xmx512m \
|
||||
-J-Djdk.attach.allowAttachSelf \
|
||||
-J-XX:+UnlockDiagnosticVMOptions \
|
||||
-J-XX:+DebugNonSafepoints";
|
||||
|
||||
|
||||
# export OPTIONS="$OPTIONS -J-XX:+UnlockDiagnosticVMOptions";
|
||||
# export OPTIONS="$OPTIONS -J-XX:-TieredCompilation -J-XX:CompileThreshold=10000";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue