mirror of https://github.com/penpot/penpot.git
📎 Increase default devenv jvm heapsize.
This commit is contained in:
parent
9e7551551f
commit
fd3f304e07
|
|
@ -8,7 +8,7 @@ export OPTIONS="
|
|||
-J-Dlog4j2.configurationFile=log4j2-devenv.xml \
|
||||
-J-XX:+UseZGC \
|
||||
-J-XX:-OmitStackTraceInFastThrow \
|
||||
-J-Xms50m -J-Xmx512m \
|
||||
-J-Xms50m -J-Xmx1024m \
|
||||
-J-Djdk.attach.allowAttachSelf \
|
||||
-J-XX:+UnlockDiagnosticVMOptions \
|
||||
-J-XX:+DebugNonSafepoints";
|
||||
|
|
|
|||
Loading…
Reference in New Issue