0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 18:51:29 -05:00

Set lower defaults resource requiremens for dev profile.

This commit is contained in:
Andrey Antukh 2016-11-21 18:12:48 +01:00
parent 7011293352
commit 8ec32ad130
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -1,8 +1,9 @@
{:dev
{:plugins [[lein-ancient "0.6.10"]]
:dependencies [[clj-http "2.1.0"]]
:jvm-opts ^:replace ["-Xms500m" "-Xmx500m" "-XX:+UseG1GC"]
:main ^:skip-aot uxbox.main}
:prod
{:jvm-opts ^:replace ["-Xms4g" "-Xmx4g" "-XX:+UseG1GC"
{:jvm-opts ^:replace ["-Xms1g" "-Xmx1g" "-XX:+UseG1GC"
"-XX:+AggressiveOpts" "-server"]}}