scala 3.5.0-RC1 with pipelining

This commit is contained in:
Thibault Duplessis
2024-05-22 09:49:07 +02:00
parent c00fe68921
commit a72145e79c
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
-J-Xms2g
-J-Xmx6g
-J-Xmx8g
-J-Xss2m
-J-XX:+UseG1GC
-J-XX:InitialCodeCacheSize=512m
+1
View File
@@ -16,6 +16,7 @@ lazy val root = Project("lila", file("."))
organization := "org.lichess"
Compile / run / fork := true
javaOptions ++= Seq("-Xms64m", "-Xmx512m", "-Dlogger.file=conf/logger.dev.xml")
ThisBuild / usePipelining := true
// shorter prod classpath
scriptClasspath := Seq("*")
Compile / resourceDirectory := baseDirectory.value / "conf"
+1 -1
View File
@@ -6,7 +6,7 @@ object BuildSettings {
import Dependencies._
val lilaVersion = "4.0"
val globalScalaVersion = "3.4.2"
val globalScalaVersion = "3.5.0-RC1"
def buildSettings =
Defaults.coreDefaultSettings ++ Seq(