0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 11:38:24 -05:00
penpot/backend/profiles.clj

9 lines
283 B
Clojure

{:dev
{:plugins [[lein-ancient "0.6.10"]]
:dependencies [[clj-http "2.1.0"]]
:jvm-opts ["-Xms50m" "-Xmx200m" "-XX:+UseG1GC"]
:main ^:skip-aot uxbox.main}
:prod
{:jvm-opts ^:replace ["-Xms1g" "-Xmx1g" "-XX:+UseG1GC"
"-XX:+AggressiveOpts" "-server"]}}