mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 21:09:00 -05:00
📎 Increase default devenv jvm heapsize.
This commit is contained in:
parent
9e7551551f
commit
fd3f304e07
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export OPTIONS="
|
||||||
-J-Dlog4j2.configurationFile=log4j2-devenv.xml \
|
-J-Dlog4j2.configurationFile=log4j2-devenv.xml \
|
||||||
-J-XX:+UseZGC \
|
-J-XX:+UseZGC \
|
||||||
-J-XX:-OmitStackTraceInFastThrow \
|
-J-XX:-OmitStackTraceInFastThrow \
|
||||||
-J-Xms50m -J-Xmx512m \
|
-J-Xms50m -J-Xmx1024m \
|
||||||
-J-Djdk.attach.allowAttachSelf \
|
-J-Djdk.attach.allowAttachSelf \
|
||||||
-J-XX:+UnlockDiagnosticVMOptions \
|
-J-XX:+UnlockDiagnosticVMOptions \
|
||||||
-J-XX:+DebugNonSafepoints";
|
-J-XX:+DebugNonSafepoints";
|
||||||
|
|
Loading…
Add table
Reference in a new issue