Skip to content

Commit 0dd4e5d

Browse files
committed
changed memory
1 parent 74c9b49 commit 0dd4e5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626

2727
tasks.withType<Test>().configureEach {
2828
useJUnitPlatform()
29-
maxHeapSize = "8g"
29+
maxHeapSize = "4g"
3030
}
3131

3232
tasks.processJupyterApiResources {

scala-tuples-in-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323

2424
tasks.withType<Test>().configureEach {
2525
useJUnitPlatform()
26-
maxHeapSize = "8g"
26+
maxHeapSize = "4g"
2727
}
2828

2929
dependencies {

0 commit comments

Comments
 (0)