You can use the maxHeapSize configuration of the Test task. Example in Gradle/Groovy: test { minHeapSize = "128m" // initial heap size ...
確定! 回上一頁