tweak jvmopts

* Removed memory max (Xmx), the default of 25% of system memory is generally fine
* Reduced  default stack size (Xss) to the value set in newer Java versions
This commit is contained in:
Jakob Gillich 2023-05-21 07:54:31 +02:00 committed by GitHub
parent 01a390bdca
commit 91060a19ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
-Xmx2048M
-Xss6M
-Xss1M
-Dconfig.override_with_env_vars=true
-Dsbt.server.forcestart=true
-Dquill.macro.log=false