mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 13:38:32 +02:00
📎 Add better approach for set devenv jvm resource limits
This commit is contained in:
parent
2e4a5aee61
commit
12d7b0521d
5 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
{:deps {:aliases [:dev]}
|
||||
:http {:port 3448}
|
||||
:nrepl {:port 3447 :host "0.0.0.0"}
|
||||
:jvm-opts ["-Xmx700m" "-Xms100m" "-XX:+UseSerialGC" "-XX:-OmitStackTraceInFastThrow"]
|
||||
:dev-http {8888 "classpath:public"}
|
||||
|
||||
:builds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue