We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd4e5d commit f0b91a0Copy full SHA for f0b91a0
jupyter/build.gradle.kts
@@ -26,7 +26,7 @@ repositories {
26
27
tasks.withType<Test>().configureEach {
28
useJUnitPlatform()
29
- maxHeapSize = "4g"
+ maxHeapSize = "2g"
30
}
31
32
tasks.processJupyterApiResources {
0 commit comments