File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# sbt
22lib_managed
33project /project
4+ project /metals.sbt
45target
56/.bsp /sbt.json
67
Original file line number Diff line number Diff line change 1- # Copyright (c) MOIA GmbH 2017
1+ # Copyright (c) MOIA GmbH 2026
22
33itkit {
44 process {
55 await-log-timeout = 10 seconds
66
7+ initial-memory-allocation-pool = 128m
8+ maximum-memory-allocation-pool = 512m
9+
710 // -XX:ConcGCThreads: Number of threads concurrent garbage collectors will use.
811 // The default value varies with the platform on which the JVM is running.
912 conc-g-c-threads = 2
@@ -28,4 +31,4 @@ itkit {
2831 loglevel = "INFO"
2932 }
3033 }
31- }
34+ }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import scala.concurrent.duration.*
1010final case class Config (process : ProcessConfig = ProcessConfig (), client : ClientConfig = ClientConfig ())
1111
1212final case class ProcessConfig (
13- awaitLogTimeout : FiniteDuration = 5 .seconds,
13+ awaitLogTimeout : FiniteDuration = 10 .seconds,
1414 initialMemoryAllocationPool : String = " 128m" ,
1515 maximumMemoryAllocationPool : String = " 512m" ,
1616 concGCThreads : Int = 2 ,
You can’t perform that action at this time.
0 commit comments