📎 Add better approach for set devenv jvm resource limits

This commit is contained in:
Andrey Antukh 2023-12-04 19:25:11 +01:00 committed by Andrés Moya
parent 2e4a5aee61
commit 12d7b0521d
5 changed files with 8 additions and 8 deletions

View file

@ -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