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:
parent
7011293352
commit
8ec32ad130
1 changed files with 2 additions and 1 deletions
|
@ -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"]}}
|
||||
|
|
Loading…
Add table
Reference in a new issue