mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
✨ Reduce jvm heap usage on frontend and exporter.
This commit is contained in:
parent
50ef7a8c73
commit
d0f403e7df
2 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
[frankiesardo/linked "1.3.0"]]
|
[frankiesardo/linked "1.3.0"]]
|
||||||
|
|
||||||
:source-paths ["src" "../common"]
|
:source-paths ["src" "../common"]
|
||||||
:nrepl {:port 3497}
|
:jvm-opts ["-Xmx512m" "-Xms512m"]
|
||||||
|
|
||||||
:builds
|
:builds
|
||||||
{:main
|
{:main
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{:deps {:aliases [:dev]}
|
{:deps {:aliases [:dev]}
|
||||||
:http {:port 3448}
|
:http {:port 3448}
|
||||||
:nrepl {:port 3447}
|
:nrepl {:port 3447}
|
||||||
|
:jvm-opts ["-Xmx512m" "-Xms512m"]
|
||||||
|
|
||||||
:builds
|
:builds
|
||||||
{:main
|
{:main
|
||||||
|
|
Loading…
Add table
Reference in a new issue