mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
✨ Reduce jvm heap usage on frontend and exporter.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user