0
Fork 0
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:
Andrey Antukh 2020-09-17 10:42:29 +02:00
parent 50ef7a8c73
commit d0f403e7df
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@
[frankiesardo/linked "1.3.0"]]
:source-paths ["src" "../common"]
:nrepl {:port 3497}
:jvm-opts ["-Xmx512m" "-Xms512m"]
:builds
{:main

View file

@ -1,6 +1,7 @@
{:deps {:aliases [:dev]}
:http {:port 3448}
:nrepl {:port 3447}
:jvm-opts ["-Xmx512m" "-Xms512m"]
:builds
{:main