mirror of
https://github.com/penpot/penpot.git
synced 2025-05-07 14:45:55 +02:00
✨ Reduce system resources for frontend build.
This commit is contained in:
parent
0adfc2ddab
commit
fc11fb6e3d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{:deps {:aliases [:dev]}
|
{:deps {:aliases [:dev]}
|
||||||
:http {:port 3448}
|
:http {:port 3448}
|
||||||
:nrepl {:port 3447}
|
:nrepl {:port 3447}
|
||||||
:jvm-opts ["-Xmx1g" "-Xms512m"]
|
:jvm-opts ["-Xmx700m" "-Xms100m" "-XX:+UseSerialGC"]
|
||||||
|
|
||||||
:builds
|
:builds
|
||||||
{:main
|
{:main
|
||||||
|
|
Loading…
Add table
Reference in a new issue