mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 12:48:31 +00:00
✨ Reduce jvm heap usage on frontend and exporter.
This commit is contained in:
parent
50ef7a8c73
commit
d0f403e7df
@ -8,7 +8,7 @@
|
||||
[frankiesardo/linked "1.3.0"]]
|
||||
|
||||
:source-paths ["src" "../common"]
|
||||
:nrepl {:port 3497}
|
||||
:jvm-opts ["-Xmx512m" "-Xms512m"]
|
||||
|
||||
:builds
|
||||
{:main
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{:deps {:aliases [:dev]}
|
||||
:http {:port 3448}
|
||||
:nrepl {:port 3447}
|
||||
:jvm-opts ["-Xmx512m" "-Xms512m"]
|
||||
|
||||
:builds
|
||||
{:main
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user